summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-04-07 07:10:38 -0400
committerDonald Stufft <donald@stufft.io>2015-04-07 07:10:38 -0400
commit62f527885404bd35ff6bee5f01c81cb14c2b6beb (patch)
treee1a9ad6d6f7888d06ad0579021dce5244ffbeb9f
parent388bf30fe8e8368ea0600329a1a592b77f354fe5 (diff)
parentb32fb8d274bba84711d670800b69153137e851c9 (diff)
downloadcpython-git-62f527885404bd35ff6bee5f01c81cb14c2b6beb.tar.gz
update pip to 6.1.1
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-6.1.0-py2.py3-none-any.whl)bin1117902 -> 1117916 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 17a0078df8..7598009022 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,7 +10,7 @@ __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "15.0"
-_PIP_VERSION = "6.1.0"
+_PIP_VERSION = "6.1.1"
# pip currently requires ssl support, so we try to provide a nicer
# error message when that is missing (http://bugs.python.org/issue19744)
diff --git a/Lib/ensurepip/_bundled/pip-6.1.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl
index 2d075df9f0..e59694a019 100644
--- a/Lib/ensurepip/_bundled/pip-6.1.0-py2.py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl
Binary files differ