Author: ubernostrum
Date: 2007-01-21 03:37:40 -0600 (Sun, 21 Jan 2007)
New Revision: 4386
Modified:
django/branches/0.95-bugfixes/setup.py
django/tags/releases/0.95.1/setup.py
Log:
Missed a 0.95 -> 0.95.1 change in there
Modified: django/branches/0.95-bugfixes/setup.py
===================================================================
--- django/branches/0.95-bugfixes/setup.py 2007-01-21 09:29:31 UTC (rev
4385)
+++ django/branches/0.95-bugfixes/setup.py 2007-01-21 09:37:40 UTC (rev
4386)
@@ -5,7 +5,7 @@
setup(
name = "Django",
- version = "0.95",
+ version = "0.95.1",
url = 'http://www.djangoproject.com/',
author = 'Lawrence Journal-World',
author_email = '[EMAIL PROTECTED]',
Modified: django/tags/releases/0.95.1/setup.py
===================================================================
--- django/tags/releases/0.95.1/setup.py 2007-01-21 09:29:31 UTC (rev
4385)
+++ django/tags/releases/0.95.1/setup.py 2007-01-21 09:37:40 UTC (rev
4386)
@@ -5,7 +5,7 @@
setup(
name = "Django",
- version = "0.95",
+ version = "0.95.1",
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
-~----------~----~----~----~------~----~------~--~---