Bump legacy support branch to 0.96.3 for impending security release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@8880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7e0972bded
commit
1232a46765
|
@ -1 +1 @@
|
||||||
VERSION = (0, 96.2, None)
|
VERSION = (0, 96.3, None)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst':
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "Django",
|
name = "Django",
|
||||||
version = "0.96.2",
|
version = "0.96.3",
|
||||||
url = 'http://www.djangoproject.com/',
|
url = 'http://www.djangoproject.com/',
|
||||||
author = 'Lawrence Journal-World',
|
author = 'Lawrence Journal-World',
|
||||||
author_email = 'holovaty@gmail.com',
|
author_email = 'holovaty@gmail.com',
|
||||||
|
|
Loading…
Reference in New Issue