summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-08-19 23:54:28 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-08-19 23:54:28 +0000
commitc939b2a1cb22b5035b1ccf90ee7686f334e6049d (patch)
tree01cfacecefd4c0db4531b92955e95a7686691382
parentc4c00358ee30bbe8b7ae460f873935251b2de079 (diff)
downloaddjango-stable/0.96.x.tar.gz
[0.96-bugfixes] Update download_url.stable/0.96.x
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 768d873386..31b4660674 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
url = 'http://www.djangoproject.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',
+ download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.5.tar.gz',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
packages = packages,
data_files = data_files,