Author: ubernostrum
Date: 2009-10-09 17:07:49 -0500 (Fri, 09 Oct 2009)
New Revision: 11611

Modified:
   django/branches/releases/1.1.X/setup.py
Log:
[1.1.X] Really fix the download_url. We already manually tweaked it on pypi, so 
this is just my inner perfectionist complaining.

Modified: django/branches/releases/1.1.X/setup.py
===================================================================
--- django/branches/releases/1.1.X/setup.py     2009-10-09 21:29:17 UTC (rev 
11610)
+++ django/branches/releases/1.1.X/setup.py     2009-10-09 22:07:49 UTC (rev 
11611)
@@ -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.1.tar.gz',
+    download_url = 
'http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz',
     author = 'Django Software Foundation',
     author_email = 'foundat...@djangoproject.com',
     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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to