Skip to content

Commit 33f4d7e

Browse files
committed
Bump version: 58.5.2 → 58.5.3
1 parent 51eb5a1 commit 33f4d7e

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 58.5.2
2+
current_version = 58.5.3
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v58.5.3
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #2849: Add fallback for custom ``build_py`` commands inheriting directly from
8+
:mod:`distutils`, while still handling ``include_package_data=True`` for
9+
``sdist``.
10+
11+
112
v58.5.2
213
-------
314

changelog.d/2849.misc.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 58.5.2
3+
version = 58.5.3
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)