aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:52:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:52:20 -0500
commita84f4878c07509a79af863cabf29ce4de6f212c2 (patch)
treee382603c66daaedf14211be56671abc22bc06335
parentea6c487fbfe70032a1dddb0b4501e66420eefeb4 (diff)
downloadexternal_python_setuptools-a84f4878c07509a79af863cabf29ce4de6f212c2.tar.gz
external_python_setuptools-a84f4878c07509a79af863cabf29ce4de6f212c2.tar.bz2
external_python_setuptools-a84f4878c07509a79af863cabf29ce4de6f212c2.zip
Bumped to 18.6.1 in preparation for next release.18.6.1
-rw-r--r--ez_setup.py2
-rw-r--r--setuptools/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 20d80e8e..06918e1b 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.7"
+DEFAULT_VERSION = "18.6.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 f6dc6bf4..9f17b0ab 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '18.7'
+__version__ = '18.6.1'