diff options
author | PJ Eby <distutils-sig@python.org> | 2005-09-29 17:05:43 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-09-29 17:05:43 +0000 |
commit | 6a98cf8c7130e40dc89a483b24c0690d5e12a463 (patch) | |
tree | a9e5a357e5e6eb9b87e57ef3766d7ef60ac34b6a /ez_setup.py | |
parent | 747cd179d356f946c6e6e847904e481070adba19 (diff) | |
download | external_python_setuptools-6a98cf8c7130e40dc89a483b24c0690d5e12a463.tar.gz external_python_setuptools-6a98cf8c7130e40dc89a483b24c0690d5e12a463.tar.bz2 external_python_setuptools-6a98cf8c7130e40dc89a483b24c0690d5e12a463.zip |
0.6a5 brown bag bug fix release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041259
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 05adc8ac..248f4078 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ import sys -DEFAULT_VERSION = "0.6a4" +DEFAULT_VERSION = "0.6a5" DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] md5_data = { @@ -28,6 +28,8 @@ md5_data = { 'setuptools-0.6a3-py2.4.egg': 'd95453d525a456d6c23e7a5eea89a063', 'setuptools-0.6a4-py2.3.egg': 'e958cbed4623bbf47dd1f268b99d7784', 'setuptools-0.6a4-py2.4.egg': '7f33c3ac2ef1296f0ab4fac1de4767d8', + 'setuptools-0.6a5-py2.3.egg': '748408389c49bcd2d84f6ae0b01695b1', + 'setuptools-0.6a5-py2.4.egg': '999bacde623f4284bfb3ea77941d2627', } import sys, os |