diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2019-03-06 11:42:21 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2019-03-06 11:42:21 (GMT) |
commit | 01e0f439f5009f37b95ab516e91906fcc7fcb8c3 (patch) | |
tree | 205bb66f0f3d4a17f4f4b9e392ddacf64b28c877 /Misc | |
parent | 18ee50d5dad81124c3fa0121c1ed7be0cd21d3b2 (diff) | |
download | cpython-01e0f439f5009f37b95ab516e91906fcc7fcb8c3.zip cpython-01e0f439f5009f37b95ab516e91906fcc7fcb8c3.tar.gz cpython-01e0f439f5009f37b95ab516e91906fcc7fcb8c3.tar.bz2 |
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
* Update pip to 19.0.3
* Update setuptools to 40.8.0
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst b/Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst new file mode 100644 index 0000000..1109fbe --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-03-06-13-21-33.bpo-35807.W7mmu3.rst @@ -0,0 +1 @@ +Update ensurepip to install pip 19.0.3 and setuptools 40.8.0. |