* (Major) Support for Python 3.5, 3.6, and 3.7. (Credit to [Baaym](https://github.com/baaym) for 3.5 support!)
2.0.1
**Bugfixes**
* (Major) Fix issue where `bucket.start` value sent to Unleash was never updated. Credit to Calle for bug report/proposed solution! =)
2.0.0
**Bugfixes**
* (Major) Removed hard-coded `/api/` in Unleash server URLs. Before upgrading, please adjust your server URL accordingly (i.e. changing http://unleash.heroku.com to http://unleash.heroku.com/api).
1.0.2
**General**
* unleash-client-python has moved under the general Unleash project!
**Bugfixes**
* (Minor) Updated requests version to address security issue in dependency.
1.0.0
Not secure
**General**
* Implemented custom strategies.
0.3.0
Not secure
**General**
* Implemented [client specification](https://github.com/Unleash/client-specification) tests. * Cache changed to use Instance ID as key.
**Bugfixes**
* (Major) Fixed interposed arguments in normalized_hash() (aka MurmerHash3 wrapper). Python client will now do the same thing as the other clients! * (Major) Fixed issues with logic in random strategies.