summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2012-10-17 17:15:49 -0500
committerJames Bennett <james@b-list.org>2012-10-17 17:15:49 -0500
commit0f54fed0b6a94e981007cf9202d867fb1f9ba3ce (patch)
treec9945d43453149a43ef4cd9fd0c4721052757572
parent58806ce1530305390f593cc78b66d77443c6e1b2 (diff)
[1.4.x] Bump version numbers for security release.
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2959b59dff..10d34ad7fc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,9 +50,9 @@ copyright = 'Django Software Foundation and contributors'
# built documents.
#
# The short X.Y version.
-version = '1.4.1'
+version = '1.4.2'
# The full version, including alpha/beta/rc tags.
-release = '1.4.1'
+release = '1.4.2'
# The next version to be released
django_next_version = '1.5'
diff --git a/setup.py b/setup.py
index fc937cefed..8c5c198f79 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
- download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.1.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.2.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,