0.1.6 (2018-07-27) --- * Fix typo in RecurrenceTypes class name
0.1.5 (2018-07-27) --- * Switch from dict.iteritems() to dict.items() for Python 2 & 3 compatibility * Expose a few more classes in the public-facing API
- Bugfix in task endpoint code
- Fix imports for Python 3
- Added 'position' endpoint
- Added 'subtask' endpoint
- Fixed setup.py requiring 'argparse' module for Python >2.6
- Initial release