Skip to content

Commit

Permalink
Updated download_url for eventual 1.1 beta package.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Mar 24, 2009
1 parent da986b7 commit 2fb7f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,7 +74,7 @@ def fullsplit(path, result=None):
name = "Django",
version = version.replace(' ', '-'),
url = 'http://www.djangoproject.com/',
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1-alpha-1.tar.gz',
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1-beta-1.tar.gz',
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
Expand Down

0 comments on commit 2fb7f5e

Please sign in to comment.