Bump legacy support branch to 0.91.3 for impending security release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@8878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
44debfeaa4
commit
30d4c16ade
|
@ -1 +1 @@
|
||||||
VERSION = (0, 9, 1, 'SVN')
|
VERSION = (0, 9, 3, 'SVN')
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "Django",
|
name = "Django",
|
||||||
version = "0.91.2",
|
version = "0.91.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