summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-09-04 22:41:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-09-04 22:41:23 -0400
commit47b724639703d0c512f275a316dbb99e6c226e38 (patch)
tree0f0e6313359fbdc6198ae6e10bfa739d40aca512 /CHANGES.rst
parent1ba66c1d79bf2e89d1d7be426bde60298c9439cd (diff)
downloadpython-setuptools-git-58.0.0.tar.gz
Bump version: 57.5.0 → 58.0.0v58.0.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2abf0094..20d82816 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v58.0.0
+-------
+
+
+Breaking Changes
+^^^^^^^^^^^^^^^^
+* #2086: Removed support for 2to3 during builds. Projects should port to a unified codebase or pin to an older version of Setuptools using PEP 518 build-requires.
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #2746: add python_requires example
+
+
v57.5.0
-------