summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-02-04 22:00:17 -0500
committerDonald Stufft <donald@stufft.io>2015-02-04 22:00:17 -0500
commitef6a8fd47726cf3deaccf17ef6744f5b1b75dd74 (patch)
treec1fd907e0976f6f4e1f04a04ac110d6ef7a50589
parent24274f65000f515ae338b3cf56ed3d8414877380 (diff)
downloadcpython-ef6a8fd47726cf3deaccf17ef6744f5b1b75dd74.tar.gz
Update pip to 6.0.8
-rw-r--r--Lib/ensurepip/__init__.py2
-rw-r--r--Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl)bin1263429 -> 1266491 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 0188b41cfd..9766247bcb 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,7 +10,7 @@ __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "12.0.5"
-_PIP_VERSION = "6.0.7"
+_PIP_VERSION = "6.0.8"
# 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.0.7-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl
index e01e8c4f44..be9238d94c 100644
--- a/Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl
Binary files differ