[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:
James Bennett 2009-07-29 03:30:13 +00:00
parent da85d76fd6
commit 40598612d1
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
VERSION = (0, 96.3, None)
VERSION = (0, 96.4, None)

View File

@ -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,