summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-07-29 03:30:13 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-07-29 03:30:13 +0000
commit40598612d184968722c7b1abda183dbd4cb758c2 (patch)
tree63f272f20a98c14460288122ebcbc8a7956657bb
parentda85d76fd6ca846f3b0ff414e042ddb5e62e2e69 (diff)
[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
-rw-r--r--django/__init__.py2
-rw-r--r--setup.py7
2 files changed, 5 insertions, 4 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 3592a8dfa3..35628b1bdb 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1 +1 @@
-VERSION = (0, 96.3, None)
+VERSION = (0, 96.4, None)
diff --git a/setup.py b/setup.py
index 956b6f037d..3ced47232f 100644
--- a/setup.py
+++ b/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,