aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-18 20:54:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-18 20:54:27 -0500
commit42ef8cbbb3e08a89e3513bfa16b61541df1d11fa (patch)
tree49d82556d2f9760496feaceb5b2e037434595ad5
parentd223ac7b55810245029f1af9cc06b1af0c6c7c51 (diff)
downloadexternal_python_setuptools-42ef8cbbb3e08a89e3513bfa16b61541df1d11fa.tar.gz
external_python_setuptools-42ef8cbbb3e08a89e3513bfa16b61541df1d11fa.tar.bz2
external_python_setuptools-42ef8cbbb3e08a89e3513bfa16b61541df1d11fa.zip
Bumped to 8.2.2 in preparation for next release.
-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 a3e13059..65337f67 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "8.2.1"
+DEFAULT_VERSION = "8.2.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):
diff --git a/setuptools/version.py b/setuptools/version.py
index 7b2b8ec7..5adfd0a3 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '8.2.1'
+__version__ = '8.2.2'