Increment version in readme

This commit is contained in:
Scot Hacker 2018-04-08 00:58:32 -07:00
parent 9098e3f0d4
commit 5805cf52ad
2 changed files with 3 additions and 1 deletions

View file

@ -166,6 +166,8 @@ The previous `tox` system was removed with the v2 release, since we no longer ai
# Version History
**2.0.1** April 2018: Refactored "toggle done" and "delete" actions from list view.
**2.0** April 2018: Major project refactor, with almost completely rewritten views, templates, and todo's first real test suite.
**1.6.2** Added support for unicode characters in list name/slugs.

View file

@ -1,7 +1,7 @@
"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = '2.0'
__version__ = '2.0.1'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'