Version bump 0.96.1 -> 0.96.2 for forthcoming security bugfix release

git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@7530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-05-14 04:15:22 +00:00
parent 7791e5c050
commit 3ca5a055a7
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
VERSION = (0, 96.1, None)
VERSION = (0, 96.2, 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.1 (http://www.djangoproject.com)"
URL_VALIDATOR_USER_AGENT = "Django/0.96.2 (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.1",
version = "0.96.2",
url = 'http://www.djangoproject.com/',
author = 'Lawrence Journal-World',
author_email = 'holovaty@gmail.com',