Author: ubernostrum
Date: 2008-09-02 16:19:42 -0500 (Tue, 02 Sep 2008)
New Revision: 8880

Modified:
   django/branches/0.96-bugfixes/django/__init__.py
   django/branches/0.96-bugfixes/setup.py
Log:
Bump legacy support branch to 0.96.3 for impending security release

Modified: django/branches/0.96-bugfixes/django/__init__.py
===================================================================
--- django/branches/0.96-bugfixes/django/__init__.py    2008-09-02 21:18:44 UTC 
(rev 8879)
+++ django/branches/0.96-bugfixes/django/__init__.py    2008-09-02 21:19:42 UTC 
(rev 8880)
@@ -1 +1 @@
-VERSION = (0, 96.2, None)
+VERSION = (0, 96.3, None)

Modified: django/branches/0.96-bugfixes/setup.py
===================================================================
--- django/branches/0.96-bugfixes/setup.py      2008-09-02 21:18:44 UTC (rev 
8879)
+++ django/branches/0.96-bugfixes/setup.py      2008-09-02 21:19:42 UTC (rev 
8880)
@@ -34,7 +34,7 @@
 
 setup(
     name = "Django",
-    version = "0.96.2",
+    version = "0.96.3",
     url = 'http://www.djangoproject.com/',
     author = 'Lawrence Journal-World',
     author_email = '[EMAIL PROTECTED]',


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