diff --git a/index.md b/index.md index 9c043f7..115f990 100644 --- a/index.md +++ b/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.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** April 2018: Major project refactor, with almost completely rewritten views, templates, and todo's first real test suite. diff --git a/todo/__init__.py b/todo/__init__.py index 9ec0d94..66a72c2 100644 --- a/todo/__init__.py +++ b/todo/__init__.py @@ -1,7 +1,7 @@ """ A multi-user, multi-group task management and assignment system for Django. """ -__version__ = '2.0.1' +__version__ = '2.0.2' __author__ = 'Scot Hacker' __email__ = 'shacker@birdhouse.org'