8000 Version bump 0.96.1 -> 0.96.2 for forthcoming security bugfix release · django/django@3ca5a05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ca5a05

Browse files
committed
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
1 parent 7791e5c commit 3ca5a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (0, 96.1, None)
1+
VERSION = (0, 96.2, None)

django/conf/global_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237

238238
# The User-Agent string to use when checking for URL validity through the
239239
# isExistingURL validator.
240-
URL_VALIDATOR_USER_AGENT = "Django/0.96.1 (http://www.djangoproject.com)"
240+
URL_VALIDATOR_USER_AGENT = "Django/0.96.2 (http://www.djangoproject.com)"
241241

242242
##############
243243
# MIDDLEWARE #

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name = "Django",
37-
version = "0.96.1",
37+
version = "0.96.2",
3838
url = 'http://www.djangoproject.com/',
3939
author = 'Lawrence Journal-World',
4040
author_email = 'holovaty@gmail.com',

0 commit comments

Comments
 (0)
0