8000 [0.96-bugfixes] Update download_url. · django/django@c939b2a · GitHub
[go: up one dir, main page]

Skip to content

Commit c939b2a

Browse files
committed
[0.96-bugfixes] Update download_url.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent c4c0035 commit c939b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url = 'http://www.djangoproject.com/',
3939
author = 'Django Software Foundation',
4040
author_email = 'foundation@djangoproject.com',
41-
download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.4.tar.gz',
41+
download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.5.tar.gz',
4242
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
4343
packages = packages,
4444
data_files = data_files,

0 commit comments

Comments
 (0)
0