diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-22 13:32:24 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-22 13:32:24 (GMT) |
commit | 0b61ef6f797abf9d573573710b2f1bd8d1b4e45b (patch) | |
tree | 075ed8ebbe52fdb05fb4cd7b6da104a9f41a779b /Lib/ensurepip | |
parent | 8afc8f61f944f61cca24e7e7f439c731e26d0a05 (diff) | |
download | cpython-0b61ef6f797abf9d573573710b2f1bd8d1b4e45b.zip cpython-0b61ef6f797abf9d573573710b2f1bd8d1b4e45b.tar.gz cpython-0b61ef6f797abf9d573573710b2f1bd8d1b4e45b.tar.bz2 |
Update bundled pip to 1.5rc1
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl) | bin | 930898 -> 931600 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index bfc5bee..0fdacda 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "1.3.2" -_PIP_VERSION = "1.5.dev1" +_PIP_VERSION = "1.5.rc1" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl Binary files differindex 65e3548..6418895 100644 --- a/Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl |