Author: jacob
Date: 2008-07-18 19:07:47 -0500 (Fri, 18 Jul 2008)
New Revision: 7968

Modified:
   django/trunk/django/__init__.py
Log:
Fixed django.VERSION after NFA merge.


Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py     2008-07-18 23:54:34 UTC (rev 7967)
+++ django/trunk/django/__init__.py     2008-07-19 00:07:47 UTC (rev 7968)
@@ -1,4 +1,4 @@
-VERSION = (0, 97, 'newforms-admin')
+VERSION = (0, 97, 'pre')
 
 def get_version():
     "Returns the version as a human-format string."


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