Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 643 Bytes

HISTORY.rst

File metadata and controls

32 lines (25 loc) · 643 Bytes

Release History

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

0.1.4 (2016-03-14)

  • Bugfix in task endpoint code

0.1.3 (2016-03-12)

  • Fix imports for Python 3

0.1.2 (2015-10-31)

  • Added 'position' endpoint
  • Added 'subtask' endpoint

0.1.1 (2015-08-16)

  • Fixed setup.py requiring 'argparse' module for Python >2.6

0.1.0 (2015-08-15)

  • Initial release