Releases: ryancox/motionless
Releases · ryancox/motionless
v1.3.3
Minor release of the motionless package
PRs since the last release:
- Add language parameter to all classes: #33
- Remove unnecessary and invalid checks: #35
- Fix Google APIs endpoint: #36
- Fix URL query-string encoding: #37
- Add support for clientid, channel and digitally signing requests: #38
- Docs update: #41
- Remove dependency to six : #43
Thanks to all contributors.
v1.3.2: minor release
v1.3.1: bugfix release
v1.3.1
v1.3: python 3 support
Added a new dependency (six) in order to support both py2 and py3 with the same codebase. Updated the examples and added some tests and CI with Travis.