diff options
author | Donald Stufft <donald@stufft.io> | 2018-11-19 12:41:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 12:41:52 (GMT) |
commit | 8b9c33ea9ce902f902c9d9900121010801950547 (patch) | |
tree | ea67f08c1b76d2ffff5c6778c8c1fcb1ab58e443 /Misc | |
parent | 062a57bf4b768ef726975bcc1d34398387520147 (diff) | |
download | cpython-8b9c33ea9ce902f902c9d9900121010801950547.zip cpython-8b9c33ea9ce902f902c9d9900121010801950547.tar.gz cpython-8b9c33ea9ce902f902c9d9900121010801950547.tar.bz2 |
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst b/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst new file mode 100644 index 0000000..ff76988 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst @@ -0,0 +1 @@ +Update ensurepip to install pip 18.1 and setuptools 40.6.2. |