diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-09-11 06:49:33 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-09-11 06:49:33 +0000 |
| commit | f140436e3a7295740f3d1a9e4adb9e1ae27278bb (patch) | |
| tree | ec6f55b9f426a27b1141fe7947ba37576c0fd395 /setup.py | |
| parent | 4eb78b89ce198dc27daea4bbe1ab71ba4bd5cb89 (diff) | |
[1.2.X] Bump to 1.2.3.1.2.3
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13749 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.2.tar.gz', + download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
