[0.96-bugfixes] Update packaging information for impending 0.96.4 security/bugfix release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
da85d76fd6
commit
40598612d1
|
@ -1 +1 @@
|
|||
VERSION = (0, 96.3, None)
|
||||
VERSION = (0, 96.4, None)
|
||||
|
|
7
setup.py
7
setup.py
|
@ -34,10 +34,11 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst':
|
|||
|
||||
setup(
|
||||
name = "Django",
|
||||
version = "0.96.3",
|
||||
version = "0.96.4",
|
||||
url = 'http://www.djangoproject.com/',
|
||||
author = 'Lawrence Journal-World',
|
||||
author_email = 'holovaty@gmail.com',
|
||||
author = 'Django Software Foundation',
|
||||
author_email = 'foundation@djangoproject.com',
|
||||
download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.4.tar.gz',
|
||||
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
|
||||
packages = packages,
|
||||
data_files = data_files,
|
||||
|
|
Loading…
Reference in New Issue