summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-06-16 17:29:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-06-16 17:29:27 -0400
commit145a78cdc1afb4ce0c0208ae86a00708eb79d27b (patch)
treec834311d6dd1bc9ff81aea32fb883bbd68da9270 /CHANGES.rst
parent08ae4203c9feef98d4c2dffd2bd48308fdc5bee6 (diff)
downloadpython-setuptools-git-47.3.1.tar.gz
Bump version: 47.3.0 → 47.3.1v47.3.1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 16608ddc..799163ed 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v47.3.1
+-------
+
+* #1973: Removed ``pkg_resources.py31compat.makedirs`` in favor of the stdlib. Use ``os.makedirs()`` instead.
+* #2198: Restore ``__requires__`` directive in easy-install wrapper scripts.
+
+
v47.3.0
-------