[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
This commit is contained in:
James Bennett 2009-08-19 23:42:22 +00:00
parent c60c89a76e
commit c4c00358ee
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
VERSION = (0, 96.4, None)
VERSION = (0, 96.5, None)

View File

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

View File

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