diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-05-18 15:46:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-05-18 15:46:40 -0400 |
commit | 7b49853cb59e15b9c7432584bc57f18b38845333 (patch) | |
tree | bd6321bfb8320894ffbc0fb4a9e41f302cc3a5fa /distribute_setup.py | |
parent | c12a58c82e556d8cba9b4a083d597f0669279185 (diff) | |
download | external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.tar.gz external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.tar.bz2 external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.zip |
Bumped to 0.6.28 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : eb9a0f08f4b371984517f556638682828e7048b1
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 b8c4a11d..59426c1f 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.27" +DEFAULT_VERSION = "0.6.28" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |