diff options
| author | James Bennett <ubernostrum@gmail.com> | 2012-02-16 04:01:58 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2012-02-16 04:01:58 +0000 |
| commit | 50c64ed37966699e49d475202bbe1d5049471f46 (patch) | |
| tree | 861cf9c248f98a83505816f1aafcfd18d1985f69 /setup.py | |
| parent | 46671e9b6856be277cd7a82053faae8633ac7ea7 (diff) | |
Accommodate new version numbering scheme.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-beta-1.tar.gz', + download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4-b1.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
