Author: ubernostrum
Date: 2010-11-11 01:15:30 -0600 (Thu, 11 Nov 2010)
New Revision: 14519

Modified:
   django/trunk/django/__init__.py
   django/trunk/setup.py
Log:
Bump version number and download URL for 1.3 alpha 1.

Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py     2010-11-11 07:14:28 UTC (rev 14518)
+++ django/trunk/django/__init__.py     2010-11-11 07:15:30 UTC (rev 14519)
@@ -1,4 +1,4 @@
-VERSION = (1, 3, 0, 'alpha', 0)
+VERSION = (1, 3, 0, 'alpha', 1)
 
 def get_version():
     version = '%s.%s' % (VERSION[0], VERSION[1])

Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py       2010-11-11 07:14:28 UTC (rev 14518)
+++ django/trunk/setup.py       2010-11-11 07:15:30 UTC (rev 14519)
@@ -77,7 +77,7 @@
     author = 'Django Software Foundation',
     author_email = '[email protected]',
     description = 'A high-level Python Web framework that encourages rapid 
development and clean, pragmatic design.',
-    download_url = 
'http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz',
+    download_url = 
'http://media.djangoproject.com/releases/1.3/Django-1.3-alpha-1.tar.gz',
     packages = packages,
     cmdclass = cmdclasses,
     data_files = data_files,

-- 
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