diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
commit | ec66b7d6776318053653b6d7b5f1950f42fd3ab0 (patch) | |
tree | 22069180c01e6ee0292f9e9ecf89844ac8855bfd /ez_setup.py | |
parent | 9e8e86818d627fec65186bda3f69159c6903168a (diff) | |
download | external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.gz external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.bz2 external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.zip |
Prep for 0.5a12 release; update docs.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041125
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 0270d34a..9d2bc251 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. """ -DEFAULT_VERSION = "0.5a11" +DEFAULT_VERSION = "0.5a12" DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/" import sys, os |