Author: ubernostrum
Date: 2009-07-29 04:33:07 -0500 (Wed, 29 Jul 2009)
New Revision: 11367
Modified:
django/branches/releases/1.0.X/django/__init__.py
Log:
[1.0.X] With 1.0.3 out the door, this branch is now 1.0.4 pre-alpha.
Modified: django/branches/releases/1.0.X/django/__init__.py
===================================================================
--- django/branches/releases/1.0.X/django/__init__.py 2009-07-29 05:55:21 UTC
(rev 11366)
+++ django/branches/releases/1.0.X/django/__init__.py 2009-07-29 09:33:07 UTC
(rev 11367)
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 3, 'final', 0)
+VERSION = (1, 0, 4, '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
-~----------~----~----~----~------~----~------~--~---