summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-04 18:42:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-11-04 18:42:46 -0400
commit33f4d7e9423bf833b60f5b2b788e932ca4e702ba (patch)
tree8c4b6aa502cd888d32094b87a1dc81433d42ce2b
parent51eb5a1d3f3ec3020c1b756997c1084f4b5da65d (diff)
downloadpython-setuptools-git-58.5.3.tar.gz
Bump version: 58.5.2 → 58.5.3v58.5.3
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst11
-rw-r--r--changelog.d/2849.misc.rst3
-rw-r--r--setup.cfg2
4 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index ce559b12..fe2b8e3e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 58.5.2
+current_version = 58.5.3
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index cbc7e4a2..72856165 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v58.5.3
+-------
+
+
+Misc
+^^^^
+* #2849: Add fallback for custom ``build_py`` commands inheriting directly from
+ :mod:`distutils`, while still handling ``include_package_data=True`` for
+ ``sdist``.
+
+
v58.5.2
-------
diff --git a/changelog.d/2849.misc.rst b/changelog.d/2849.misc.rst
deleted file mode 100644
index 9c16df1b..00000000
--- a/changelog.d/2849.misc.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add fallback for custom ``build_py`` commands inheriting directly from
-:mod:`distutils`, while still handling ``include_package_data=True`` for
-``sdist``.
diff --git a/setup.cfg b/setup.cfg
index 631f097c..fdaf6c04 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 58.5.2
+version = 58.5.3
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages