Author: ubernostrum
Date: 2010-09-08 19:37:33 -0500 (Wed, 08 Sep 2010)
New Revision: 13700
Modified:
django/branches/releases/1.2.X/django/__init__.py
django/branches/releases/1.2.X/setup.py
Log:
[1.2.X] Increment to Django 1.2.2.
Modified: django/branches/releases/1.2.X/django/__init__.py
===================================================================
--- django/branches/releases/1.2.X/django/__init__.py 2010-09-09 00:36:08 UTC
(rev 13699)
+++ django/branches/releases/1.2.X/django/__init__.py 2010-09-09 00:37:33 UTC
(rev 13700)
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 1, 'final', 0)
+VERSION = (1, 2, 2, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Modified: django/branches/releases/1.2.X/setup.py
===================================================================
--- django/branches/releases/1.2.X/setup.py 2010-09-09 00:36:08 UTC (rev
13699)
+++ django/branches/releases/1.2.X/setup.py 2010-09-09 00:37:33 UTC (rev
13700)
@@ -77,7 +77,7 @@
author = 'Django Software Foundation',
author_email = '[email protected]',
description = 'A high-level Python Web framework that encourages rapid
development and clean, pragmatic design.',
- download_url =
'http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz',
+ download_url =
'http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,
--
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.