summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-02 20:49:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-02 20:49:25 -0400
commit4c29a5122247f0461a9e44ff8484159c563935c4 (patch)
treed882586b803615a127d35984b8a304420bebc01a /CHANGES.rst
parentf08c052a0330fe503ea0e867efeb625c7c7b115e (diff)
downloadpython-setuptools-git-50.1.0.tar.gz
Bump version: 50.0.3 → 50.1.0v50.1.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8f192618..a00d8271 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v50.1.0
+-------
+
+* #2350: Setuptools reverts using the included distutils by default. Platform maintainers and system integrators and others are *strongly* encouraged to set ``SETUPTOOLS_USE_DISTUTILS=local`` to help identify and work through the reported issues with distutils adoption, mainly to file issues and pull requests with pypa/distutils such that distutils performs as needed across every supported environment.
+
+
v50.0.3
-------