summaryrefslogtreecommitdiff
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
parent4416409d706d46543c3ebcf6085112060f2dc4ac (diff)
downloadpython-setuptools-git-dfbbf11be13ecf11f8ed7c1f00f7adba8e425afc.tar.gz
Bump version: 58.4.0 → 58.5.0v58.5.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst11
-rw-r--r--changelog.d/1461.change.rst3
-rw-r--r--setup.cfg2
4 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 095e606f..1f0b2d3d 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 58.4.0
+current_version = 58.5.0
commit = True
tag = True
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
-------
diff --git a/changelog.d/1461.change.rst b/changelog.d/1461.change.rst
deleted file mode 100644
index fa940dbf..00000000
--- a/changelog.d/1461.change.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-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`
diff --git a/setup.cfg b/setup.cfg
index 50622ccf..6ce54485 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 58.4.0
+version = 58.5.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages