2019-07-04 08:26:32 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This project uses Semantic Versioning
|
|
|
|
|
2020-04-06 08:21:04 +00:00
|
|
|
## 1.0.2
|
|
|
|
|
|
|
|
Fixed setup.py url
|
|
|
|
|
|
|
|
|
|
|
|
## 1.0.1
|
|
|
|
|
|
|
|
Updated requests version
|
|
|
|
|
|
|
|
Switched to setuptools
|
|
|
|
|
|
|
|
Updated readme
|
|
|
|
|
2019-07-09 04:54:07 +00:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
Post and get now return a tuple with a full requests response object and the response data
|
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
Fixed broken max_size validator, added tests for max_size validation
|
|
|
|
|
|
|
|
## 0.0.0
|
|
|
|
|
2020-04-06 08:21:04 +00:00
|
|
|
Initial release
|