Skip to content

Commit

Permalink
[0.96-bugfixes] Update download_url.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Aug 19, 2009
1 parent c4c0035 commit c939b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
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,
Expand Down

0 comments on commit c939b2a

Please sign in to comment.