summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-03 17:53:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-11-03 17:53:03 -0400
commitdfbbf11be13ecf11f8ed7c1f00f7adba8e425afc (patch)
tree18cbe575b328cdb317ef82e06db73f53db3f60f3 /CHANGES.rst
parent4416409d706d46543c3ebcf6085112060f2dc4ac (diff)
downloadpython-setuptools-git-dfbbf11be13ecf11f8ed7c1f00f7adba8e425afc.tar.gz
Bump version: 58.4.0 → 58.5.0v58.5.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 65536fad..26b8d675 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v58.5.0
+-------
+
+
+Changes
+^^^^^^^
+* #1461: Fix inconsistency with ``include_package_data`` and ``packages_data`` in sdist
+ by replacing the loop breaking mechanism between the ``sdist`` and
+ ``egg_info`` commands -- by :user:`abravalheri`
+
+
v58.4.0
-------