[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:
parent
c60c89a76e
commit
c4c00358ee
|
@ -1 +1 @@
|
|||
VERSION = (0, 96.4, None)
|
||||
VERSION = (0, 96.5, None)
|
||||
|
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in New Issue