diff --git a/README b/README index 98ef102..b0fc565 100644 --- a/README +++ b/README @@ -10,5 +10,7 @@ http://github.com/shacker/django-todo/wiki/Overview-and-screenshots Requirements and installation http://github.com/shacker/django-todo/wiki/Requirements-and-Installation +This is version 1.3 + Version history http://github.com/shacker/django-todo/wiki/Version-history diff --git a/setup.py b/setup.py index 7c1d512..d1de46a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-todo', - version='1.2', + version='1.3', description='A multi-user, multi-group task management and assignment system for Django.', author='Scot Hacker', author_email='shacker@birdhouse.org',