From c18080c55d6d60721168353d1a79217b44ba47ca Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Tue, 10 Apr 2018 08:23:44 -0700 Subject: [PATCH] Bump release version for pypi --- index.md | 2 ++ todo/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 115f990..3cfdc83 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.3** April 2018: Bump production status in setup.py + **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. diff --git a/todo/__init__.py b/todo/__init__.py index 66a72c2..cf78c2a 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.2' +__version__ = '2.0.3' __author__ = 'Scot Hacker' __email__ = 'shacker@birdhouse.org'