changeset: 90729:acb5cc616052 parent: 90727:34d65746d5ca user: Donald Stufft date: Fri May 16 23:01:28 2014 -0400 files: Lib/ensurepip/__init__.py Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl description: Upgrade setuptools to 3.6 diff -r 34d65746d5ca -r acb5cc616052 Lib/ensurepip/__init__.py --- a/Lib/ensurepip/__init__.py Fri May 16 11:40:40 2014 -0600 +++ b/Lib/ensurepip/__init__.py Fri May 16 23:01:28 2014 -0400 @@ -8,7 +8,7 @@ __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "2.1" +_SETUPTOOLS_VERSION = "3.6" _PIP_VERSION = "1.5.4" diff -r 34d65746d5ca -r acb5cc616052 Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl Binary file Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl has changed diff -r 34d65746d5ca -r acb5cc616052 Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl Binary file Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl has changed