Author: ubernostrum
Date: 2009-10-09 17:17:43 -0500 (Fri, 09 Oct 2009)
New Revision: 11615
Modified:
django/branches/releases/1.1.X/django/__init__.py
django/branches/releases/1.1.X/setup.py
Log:
[1.1.X] Reset 1.1 branch packaging data post-release.
Modified: django/branches/releases/1.1.X/django/__init__.py
===================================================================
--- django/branches/releases/1.1.X/django/__init__.py 2009-10-09 22:16:10 UTC
(rev 11614)
+++ django/branches/releases/1.1.X/django/__init__.py 2009-10-09 22:17:43 UTC
(rev 11615)
@@ -1,4 +1,4 @@
-VERSION = (1, 1, 1, 'final', 0)
+VERSION = (1, 1, 2, 'alpha', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Modified: django/branches/releases/1.1.X/setup.py
===================================================================
--- django/branches/releases/1.1.X/setup.py 2009-10-09 22:16:10 UTC (rev
11614)
+++ django/branches/releases/1.1.X/setup.py 2009-10-09 22:17:43 UTC (rev
11615)
@@ -74,7 +74,6 @@
name = "Django",
version = version.replace(' ', '-'),
url = 'http://www.djangoproject.com/',
- download_url =
'http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz',
author = 'Django Software Foundation',
author_email = '[email protected]',
description = 'A high-level Python Web framework that encourages rapid
development and clean, pragmatic design.',
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---