Author: ubernostrum
Date: 2008-09-02 16:18:44 -0500 (Tue, 02 Sep 2008)
New Revision: 8879

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

Modified: django/branches/0.95-bugfixes/django/__init__.py
===================================================================
--- django/branches/0.95-bugfixes/django/__init__.py    2008-09-02 21:18:07 UTC 
(rev 8878)
+++ django/branches/0.95-bugfixes/django/__init__.py    2008-09-02 21:18:44 UTC 
(rev 8879)
@@ -1 +1 @@
-VERSION = (0, 95.3, None)
+VERSION = (0, 95.4, None)

Modified: django/branches/0.95-bugfixes/setup.py
===================================================================
--- django/branches/0.95-bugfixes/setup.py      2008-09-02 21:18:07 UTC (rev 
8878)
+++ django/branches/0.95-bugfixes/setup.py      2008-09-02 21:18:44 UTC (rev 
8879)
@@ -5,7 +5,7 @@
 
 setup(
     name = "Django",
-    version = "0.95.3",
+    version = "0.95.4",
     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