Bump version
This commit is contained in:
parent
782950d904
commit
3991a2c82c
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
|
# Version History
|
||||||
|
|
||||||
|
**2.0.2** April 2018: Improve notification email subjects and bodies
|
||||||
|
|
||||||
**2.0.1** April 2018: Refactored "toggle done" and "delete" actions from list view.
|
**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.
|
**2.0** April 2018: Major project refactor, with almost completely rewritten views, templates, and todo's first real test suite.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
"""
|
"""
|
||||||
A multi-user, multi-group task management and assignment system for Django.
|
A multi-user, multi-group task management and assignment system for Django.
|
||||||
"""
|
"""
|
||||||
__version__ = '2.0.1'
|
__version__ = '2.0.2'
|
||||||
|
|
||||||
__author__ = 'Scot Hacker'
|
__author__ = 'Scot Hacker'
|
||||||
__email__ = 'shacker@birdhouse.org'
|
__email__ = 'shacker@birdhouse.org'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue