Releases: pawelad/pymonzo
Releases · pawelad/pymonzo
v0.10.0
Changed
- Changed token file format from
shelve
to JSON. Because of that the file will need to be regenerated. (#3)
- Updated
six
library to version 1.11.0.
v0.9.1
Deprecated
- Added deprecation warning about changing token file format from
shelve
to JSON in next release. Because of that the file will need to be regenerated. (#4)
v0.9.0
Added
- Started keeping a changelog
Changed
- Major test suite overhaul
- Code cleanup