From 3991a2c82cb2e89a21e8055ef7959531887e64e1 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sun, 8 Apr 2018 23:33:52 -0700 Subject: [PATCH] Bump version --- index.md | 2 ++ todo/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'