diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-14 22:44:48 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-14 22:44:48 -0400 |
commit | aba25cd363c6f7dc9469f00a1c56ef8f4ffc6f17 (patch) | |
tree | 441f17cc4a9519e00a7f3a887becd41e4a941a8f | |
parent | 6ef3f6262aac874f61483a3cc96da1e2a0b1a362 (diff) | |
download | external_python_setuptools-14.1.1.tar.gz external_python_setuptools-14.1.1.tar.bz2 external_python_setuptools-14.1.1.zip |
Bumped to 14.1.1 in preparation for next release.14.1.1
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py index 913a4ceb..c5a256a7 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "14.2" +DEFAULT_VERSION = "14.1.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir diff --git a/setuptools/version.py b/setuptools/version.py index a52fd832..8800c207 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '14.2' +__version__ = '14.1.1' |