Updated version info

This commit is contained in:
Scot Hacker 2013-08-31 10:00:35 -07:00
parent e77176bc4f
commit 4dfab71f33
2 changed files with 3 additions and 1 deletions

2
README
View file

@ -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

View file

@ -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',