summaryrefslogtreecommitdiff
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
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
-rw-r--r--django/__init__.py2
-rw-r--r--django/conf/global_settings.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 35628b1bdb..e8332faeb2 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1 +1 @@
-VERSION = (0, 96.4, None)
+VERSION = (0, 96.5, None)
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 9038b9cb65..7cb1e32285 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -237,7 +237,7 @@ TRANSACTIONS_MANAGED = False
# The User-Agent string to use when checking for URL validity through the
# isExistingURL validator.
-URL_VALIDATOR_USER_AGENT = "Django/0.96.2 (http://www.djangoproject.com)"
+URL_VALIDATOR_USER_AGENT = "Django/0.96.5 (http://www.djangoproject.com)"
##############
# MIDDLEWARE #
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',