diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-04-07 22:24:01 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-04-07 22:24:01 -0400 |
commit | a17a1c96caac7e6d602a750281dae564c56568cc (patch) | |
tree | 8434884984a3c2ddc4f64d6ed08380c387819403 /distribute_setup.py | |
parent | 01fccfb21c330195ff03515446460fddf0d54e52 (diff) | |
download | external_python_setuptools-a17a1c96caac7e6d602a750281dae564c56568cc.tar.gz external_python_setuptools-a17a1c96caac7e6d602a750281dae564c56568cc.tar.bz2 external_python_setuptools-a17a1c96caac7e6d602a750281dae564c56568cc.zip |
Bumped to 0.6.27 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 0addbfe4e10e6ce8b94bf4b2916079bce91bca7f
Diffstat (limited to 'distribute_setup.py')
-rw-r--r-- | distribute_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py index 3bc42fa1..ba46350d 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -46,7 +46,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.26" +DEFAULT_VERSION = "0.6.27" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |