Author: ubernostrum
Date: 2011-09-09 18:32:14 -0700 (Fri, 09 Sep 2011)
New Revision: 16767
Modified:
django/branches/releases/1.3.X/django/__init__.py
django/branches/releases/1.3.X/setup.py
Log:
[1.3.X] Bump to 1.3.1 for security release.
Modified: django/branches/releases/1.3.X/django/__init__.py
===================================================================
--- django/branches/releases/1.3.X/django/__init__.py 2011-09-10 01:28:50 UTC
(rev 16766)
+++ django/branches/releases/1.3.X/django/__init__.py 2011-09-10 01:32:14 UTC
(rev 16767)
@@ -1,4 +1,4 @@
-VERSION = (1, 3, 0, 'final', 0)
+VERSION = (1, 3, 1, 'final', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Modified: django/branches/releases/1.3.X/setup.py
===================================================================
--- django/branches/releases/1.3.X/setup.py 2011-09-10 01:28:50 UTC (rev
16766)
+++ django/branches/releases/1.3.X/setup.py 2011-09-10 01:32:14 UTC (rev
16767)
@@ -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.3/Django-1.3.tar.gz',
+ download_url =
'http://media.djangoproject.com/releases/1.3/Django-1.3.1.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.