summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-27 11:54:46 -0500
committerTim Graham <timograham@gmail.com>2015-01-27 11:55:02 -0500
commit7dd4c5221a0975165c95142ba749553c7d7cff32 (patch)
tree99aa6cd87a9d221a51440757679ce33e29ff5b50 /setup.py
parent1e39d0f6280abf34c7719db5e7ed1c333f5e5919 (diff)
downloaddjango-1.4.19.tar.gz
[1.4.x] Bumped version for 1.4.19 release.1.4.19
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0694ee28e8..a7e7b05bc8 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.18.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.19.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,