mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
Upgrade pip from 1.5.3 to 1.5.4
This commit is contained in:
parent
13da6a1a9c
commit
e2df3ea682
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ __all__ = ["version", "bootstrap"]
|
|||
|
||||
_SETUPTOOLS_VERSION = "2.1"
|
||||
|
||||
_PIP_VERSION = "1.5.3"
|
||||
_PIP_VERSION = "1.5.4"
|
||||
|
||||
# pip currently requires ssl support, so we try to provide a nicer
|
||||
# error message when that is missing (http://bugs.python.org/issue19744)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue