diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-08-19 23:42:22 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-08-19 23:42:22 +0000 |
| commit | c4c00358ee30bbe8b7ae460f873935251b2de079 (patch) | |
| tree | 1c43d3e98720e2b8e866a296af6913123841ed10 /setup.py | |
| parent | c60c89a76e2541cace57edcb3ca47ebb74d216d5 (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
