Author: jacob
Date: 2010-06-19 16:14:56 -0500 (Sat, 19 Jun 2010)
New Revision: 13362

Modified:
   django/trunk/django/__init__.py
Log:
Django is now 1.3 pre-alpha.

Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py     2010-06-19 21:12:12 UTC (rev 13361)
+++ django/trunk/django/__init__.py     2010-06-19 21:14:56 UTC (rev 13362)
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 1, 'final', 0)
+VERSION = (1, 3, 0, 'alpha', 0)
 
 def get_version():
     version = '%s.%s' % (VERSION[0], VERSION[1])

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