Author: ubernostrum
Date: 2011-09-10 18:01:58 -0700 (Sat, 10 Sep 2011)
New Revision: 16801
Modified:
django/branches/releases/1.2.X/django/__init__.py
django/branches/releases/1.2.X/docs/conf.py
django/branches/releases/1.2.X/setup.py
Log:
[1.2.X] Bump to 1.2.7, refs #16804.
Modified: django/branches/releases/1.2.X/django/__init__.py
===================================================================
--- django/branches/releases/1.2.X/django/__init__.py 2011-09-11 00:52:08 UTC
(rev 16800)
+++ django/branches/releases/1.2.X/django/__init__.py 2011-09-11 01:01:58 UTC
(rev 16801)
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 6, 'final', 0)
+VERSION = (1, 2, 7, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Modified: django/branches/releases/1.2.X/docs/conf.py
===================================================================
--- django/branches/releases/1.2.X/docs/conf.py 2011-09-11 00:52:08 UTC (rev
16800)
+++ django/branches/releases/1.2.X/docs/conf.py 2011-09-11 01:01:58 UTC (rev
16801)
@@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
-release = '1.2.6'
+release = '1.2.7'
# The next version to be released
django_next_version = '1.3'
Modified: django/branches/releases/1.2.X/setup.py
===================================================================
--- django/branches/releases/1.2.X/setup.py 2011-09-11 00:52:08 UTC (rev
16800)
+++ django/branches/releases/1.2.X/setup.py 2011-09-11 01:01:58 UTC (rev
16801)
@@ -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.6.tar.gz',
+ download_url =
'http://media.djangoproject.com/releases/1.2/Django-1.2.7.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.