We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7791e5c commit 3ca5a05Copy full SHA for 3ca5a05
django/__init__.py
@@ -1 +1 @@
1
-VERSION = (0, 96.1, None)
+VERSION = (0, 96.2, None)
django/conf/global_settings.py
@@ -237,7 +237,7 @@
237
238
# The User-Agent string to use when checking for URL validity through the
239
# isExistingURL validator.
240
-URL_VALIDATOR_USER_AGENT = "Django/0.96.1 (http://www.djangoproject.com)"
+URL_VALIDATOR_USER_AGENT = "Django/0.96.2 (http://www.djangoproject.com)"
241
242
##############
243
# MIDDLEWARE #
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name = "Django",
37
- version = "0.96.1",
+ version = "0.96.2",
38
url = 'http://www.djangoproject.com/',
39
author = 'Lawrence Journal-World',
40
author_email = 'holovaty@gmail.com',
0 commit comments