Author: adrian
Date: 2006-07-28 16:53:54 -0500 (Fri, 28 Jul 2006)
New Revision: 3481

Modified:
   django/trunk/django/__init__.py
   django/trunk/docs/tutorial01.txt
Log:
Changed django.VERSION to (0, 95, None) to signify final 0.95 release

Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py     2006-07-28 21:44:42 UTC (rev 3480)
+++ django/trunk/django/__init__.py     2006-07-28 21:53:54 UTC (rev 3481)
@@ -1 +1 @@
-VERSION = (0, 95, 'post-magic-removal')
+VERSION = (0, 95, None)

Modified: django/trunk/docs/tutorial01.txt
===================================================================
--- django/trunk/docs/tutorial01.txt    2006-07-28 21:44:42 UTC (rev 3480)
+++ django/trunk/docs/tutorial01.txt    2006-07-28 21:53:54 UTC (rev 3481)
@@ -81,7 +81,7 @@
     Validating models...
     0 errors found.
 
-    Django version 0.95 (post-magic-removal), using settings 'mysite.settings'
+    Django version 0.95, using settings 'mysite.settings'
     Development server is running at http://127.0.0.1:8000/
     Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).
 


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

Reply via email to