Author: ramiro Date: 2011-04-30 15:51:48 -0700 (Sat, 30 Apr 2011) New Revision: 16135
Modified: django/trunk/django/__init__.py Log: Django is now 1.4 pre-alpha. Modified: django/trunk/django/__init__.py =================================================================== --- django/trunk/django/__init__.py 2011-04-30 22:24:08 UTC (rev 16134) +++ django/trunk/django/__init__.py 2011-04-30 22:51:48 UTC (rev 16135) @@ -1,4 +1,4 @@ -VERSION = (1, 3, 0, 'final', 0) +VERSION = (1, 4, 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 django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.