mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Bump legacy support branch to 0.95.4 for impending security release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@8879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
aee48854a1
commit
f4afec9893
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
VERSION = (0, 95.3, None)
|
||||
VERSION = (0, 95.4, None)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name = "Django",
|
||||
version = "0.95.3",
|
||||
version = "0.95.4",
|
||||
url = 'http://www.djangoproject.com/',
|
||||
author = 'Lawrence Journal-World',
|
||||
author_email = 'holovaty@gmail.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue