Version bump 0.95.2 -> 0.95.3 for forthcoming security bugfix release

git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@7531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-05-14 04:16:04 +00:00
parent 50ce7fb57d
commit 156e3653bd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
VERSION = (0, 95.2, None)
VERSION = (0, 95.3, None)

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name = "Django",
version = "0.95.2",
version = "0.95.3",
url = 'http://www.djangoproject.com/',
author = 'Lawrence Journal-World',
author_email = 'holovaty@gmail.com',