Author: jacob
Date: 2009-03-23 19:24:32 -0500 (Mon, 23 Mar 2009)
New Revision: 10132
Modified:
django/trunk/django/__init__.py
Log:
Bumped version for 1.1 beta.
Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py 2009-03-24 00:12:21 UTC (rev 10131)
+++ django/trunk/django/__init__.py 2009-03-24 00:24:32 UTC (rev 10132)
@@ -1,4 +1,4 @@
-VERSION = (1, 1, 0, 'alpha', 1)
+VERSION = (1, 1, 0, 'beta', 1)
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
-~----------~----~----~----~------~----~------~--~---