diff options
author | Paul Moore <p.f.moore@gmail.com> | 2018-04-20 20:06:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 20:06:51 (GMT) |
commit | 0399cf9b5e370516e3d0aed6a63ff74aff5eadb5 (patch) | |
tree | a3dc42910ca21564720364298a73617926ef29e7 /Misc | |
parent | 53f67d401df40486fd0fb8fbcf9da725cd37290c (diff) | |
download | cpython-0399cf9b5e370516e3d0aed6a63ff74aff5eadb5.zip cpython-0399cf9b5e370516e3d0aed6a63ff74aff5eadb5.tar.gz cpython-0399cf9b5e370516e3d0aed6a63ff74aff5eadb5.tar.bz2 |
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
Upgrade ensurepip to bundle pip 10.0.1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-04-20-10-43-17.bpo-33131.L2E977.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-20-10-43-17.bpo-33131.L2E977.rst b/Misc/NEWS.d/next/Library/2018-04-20-10-43-17.bpo-33131.L2E977.rst new file mode 100644 index 0000000..875c6ac --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-04-20-10-43-17.bpo-33131.L2E977.rst @@ -0,0 +1 @@ +Upgrade bundled version of pip to 10.0.1. |