From 0f54fed0b6a94e981007cf9202d867fb1f9ba3ce Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 17 Oct 2012 17:15:49 -0500 Subject: [PATCH] [1.4.x] Bump version numbers for security release. --- docs/conf.py | 4 ++-- setup.py | 2 +- 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,