diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-05-17 17:31:49 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-05-17 17:31:49 +0000 |
| commit | 6276167b728256b59071781b2f40d3f48f85cbbe (patch) | |
| tree | c85d3f3424b5ad10937f9bc1760c0cd862d79a61 /setup.py | |
| parent | c40b131ed5d84d2de4442af2110c7462293858df (diff) | |
Bump version and download info to 1.2.1.2
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,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 = 'http://media.djangoproject.com/releases/1.2/Django-1.2-rc-1.tar.gz', + download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
