Increment version in readme
This commit is contained in:
parent
9098e3f0d4
commit
5805cf52ad
2 changed files with 3 additions and 1 deletions
2
index.md
2
index.md
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue