diff --git a/todo/__init__.py b/todo/__init__.py index aeb0a7a..5d75298 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.2.2' +__version__ = '2.3.0' __author__ = 'Scot Hacker' __email__ = 'shacker@birdhouse.org'