diff options
author | Ned Deily <nad@python.org> | 2018-03-28 08:46:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 08:46:35 (GMT) |
commit | c0518cde7a8404f310cd3495e77e612820ecad4f (patch) | |
tree | 6c288c16540d370bc3b6ddc3fc7e5faee9bd42f3 /Misc | |
parent | df532ab752680f6e359672c2cd40bec8ac848628 (diff) | |
download | cpython-c0518cde7a8404f310cd3495e77e612820ecad4f.zip cpython-c0518cde7a8404f310cd3495e77e612820ecad4f.tar.gz cpython-c0518cde7a8404f310cd3495e77e612820ecad4f.tar.bz2 |
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-03-28-04-15-03.bpo-33163.hfpWuU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-03-28-04-15-03.bpo-33163.hfpWuU.rst b/Misc/NEWS.d/next/Build/2018-03-28-04-15-03.bpo-33163.hfpWuU.rst new file mode 100644 index 0000000..b3f04e3 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-03-28-04-15-03.bpo-33163.hfpWuU.rst @@ -0,0 +1 @@ +Upgrade pip to 9.0.3 and setuptools to v39.0.1. |