changeset: 90730:308ff6a5ce67 user: Donald Stufft date: Fri May 16 23:02:25 2014 -0400 files: Lib/ensurepip/__init__.py Lib/ensurepip/_bundled/pip-1.5.4-py2.py3-none-any.whl Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl description: Upgrade pip to 1.5.6 diff -r acb5cc616052 -r 308ff6a5ce67 Lib/ensurepip/__init__.py --- a/Lib/ensurepip/__init__.py Fri May 16 23:01:28 2014 -0400 +++ b/Lib/ensurepip/__init__.py Fri May 16 23:02:25 2014 -0400 @@ -10,7 +10,7 @@ _SETUPTOOLS_VERSION = "3.6" -_PIP_VERSION = "1.5.4" +_PIP_VERSION = "1.5.6" # pip currently requires ssl support, so we try to provide a nicer # error message when that is missing (http://bugs.python.org/issue19744) diff -r acb5cc616052 -r 308ff6a5ce67 Lib/ensurepip/_bundled/pip-1.5.4-py2.py3-none-any.whl Binary file Lib/ensurepip/_bundled/pip-1.5.4-py2.py3-none-any.whl has changed diff -r acb5cc616052 -r 308ff6a5ce67 Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl Binary file Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl has changed