mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Update bundled pip to 1.5rc3
This commit is contained in:
parent
8c4f57d1d5
commit
1896dc5efd
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"]
|
|||
|
||||
_SETUPTOOLS_VERSION = "2.0.1"
|
||||
|
||||
_PIP_VERSION = "1.5rc2"
|
||||
_PIP_VERSION = "1.5rc3"
|
||||
|
||||
# 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