Author: ubernostrum
Date: 2008-10-31 18:02:58 -0500 (Fri, 31 Oct 2008)
New Revision: 9301

Modified:
   django/branches/releases/1.0.X/django/__init__.py
   django/branches/releases/1.0.X/setup.py
Log:
Bump version number and set download_url for 1.0.1 beta

Modified: django/branches/releases/1.0.X/django/__init__.py
===================================================================
--- django/branches/releases/1.0.X/django/__init__.py   2008-10-31 23:01:38 UTC 
(rev 9300)
+++ django/branches/releases/1.0.X/django/__init__.py   2008-10-31 23:02:58 UTC 
(rev 9301)
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 1, 'alpha', 0)
+VERSION = (1, 0, 1, 'beta', 1)
 
 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     2008-10-31 23:01:38 UTC (rev 
9300)
+++ django/branches/releases/1.0.X/setup.py     2008-10-31 23:02:58 UTC (rev 
9301)
@@ -74,6 +74,7 @@
     name = "Django",
     version = version,
     url = 'http://www.djangoproject.com/',
+    download_url='http://www.djangoproject.com/download/1.0.1-beta-1/tarball/'
     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