mirror of
https://github.com/django/django.git
synced 2025-08-08 12:58:37 +00:00
i18n security fix. Details will be posted shortly to the Django mailing lists and the official weblog.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
613cfabdd0
commit
8bc36e726c
2 changed files with 67 additions and 40 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name = "Django",
|
||||
version = "0.91",
|
||||
version = "0.91.1",
|
||||
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