summaryrefslogtreecommitdiff
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-22 23:32:24 +1000
committerNick Coghlan <ncoghlan@gmail.com>2013-11-22 23:32:24 +1000
commit8fbc27c64ce0b49cb381714deb9b6deadac656da (patch)
tree61131554d0a83ee4a10e8b3abef09f3ce34284c0 /Lib/ensurepip
parent6060254d0b2f44a824256b49ac31ed45a57b2e0c (diff)
downloadcpython-8fbc27c64ce0b49cb381714deb9b6deadac656da.tar.gz
Update bundled pip to 1.5rc1
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py2
-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)bin930898 -> 931600 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index bfc5beeab5..0fdacdad66 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
index 65e354860e..6418895a58 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
Binary files differ