Author: ubernostrum
Date: 2009-10-09 17:18:16 -0500 (Fri, 09 Oct 2009)
New Revision: 11616

Modified:
   django/branches/releases/1.0.X/django/__init__.py
   django/branches/releases/1.0.X/setup.py
Log:
[1.0.X] Reset 1.0 branch packaging data post-release.

Modified: django/branches/releases/1.0.X/django/__init__.py
===================================================================
--- django/branches/releases/1.0.X/django/__init__.py   2009-10-09 22:17:43 UTC 
(rev 11615)
+++ django/branches/releases/1.0.X/django/__init__.py   2009-10-09 22:18:16 UTC 
(rev 11616)
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 4, 'final', 0)
+VERSION = (1, 0, 5, 'alpha', 0)
 
 def get_version():
     version = '%s.%s' % (VERSION[0], VERSION[1])

Modified: django/branches/releases/1.0.X/setup.py
===================================================================
--- django/branches/releases/1.0.X/setup.py     2009-10-09 22:17:43 UTC (rev 
11615)
+++ django/branches/releases/1.0.X/setup.py     2009-10-09 22:18:16 UTC (rev 
11616)
@@ -74,7 +74,6 @@
     name = "Django",
     version = version.replace(' ', '-'),
     url = 'http://www.djangoproject.com/',
-    download_url = 
'http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to