From 4dfab71f33326ba7a4e5704128fdcbba207b7de0 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 31 Aug 2013 10:00:35 -0700 Subject: [PATCH] Updated version info --- README | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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',