Author: ubernostrum
Date: 2012-03-23 09:58:48 -0700 (Fri, 23 Mar 2012)
New Revision: 17800

Modified:
   django/trunk/django/__init__.py
Log:
Minor correction in the version tuple.

Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py     2012-03-23 16:53:23 UTC (rev 17799)
+++ django/trunk/django/__init__.py     2012-03-23 16:58:48 UTC (rev 17800)
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 0, 'final', 2)
+VERSION = (1, 4, 0, 'final', 0)
 
 def get_version(version=None):
     """Derives a PEP386-compliant version number from VERSION."""

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