mirror of https://github.com/python/cpython
Merge 3.4 into default, upgrading pip to 7.0.1
This commit is contained in:
commit
256613c605
|
@ -10,7 +10,7 @@ __all__ = ["version", "bootstrap"]
|
|||
|
||||
_SETUPTOOLS_VERSION = "16.0"
|
||||
|
||||
_PIP_VERSION = "7.0.0"
|
||||
_PIP_VERSION = "7.0.1"
|
||||
|
||||
# pip currently requires ssl support, so we try to provide a nicer
|
||||
# error message when that is missing (http://bugs.python.org/issue19744)
|
||||
|
|
Loading…
Reference in New Issue