summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-08-19 23:42:22 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-08-19 23:42:22 +0000
commitc4c00358ee30bbe8b7ae460f873935251b2de079 (patch)
tree1c43d3e98720e2b8e866a296af6913123841ed10 /setup.py
parentc60c89a76e2541cace57edcb3ca47ebb74d216d5 (diff)
[0.96-bugfixes] Bump version information for 0.96.5 bugfix release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3ced47232f..768d873386 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst':
setup(
name = "Django",
- version = "0.96.4",
+ version = "0.96.5",
url = 'http://www.djangoproject.com/',
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',