Author: jacob
Date: 2009-03-23 19:26:12 -0500 (Mon, 23 Mar 2009)
New Revision: 10133
Modified:
django/trunk/setup.py
Log:
Updated download_url for eventual 1.1 beta package.
Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py 2009-03-24 00:24:32 UTC (rev 10132)
+++ django/trunk/setup.py 2009-03-24 00:26:12 UTC (rev 10133)
@@ -74,7 +74,7 @@
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 = '[email protected]',
description = 'A high-level Python Web framework that encourages rapid
development and clean, pragmatic design.',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---