diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-04 18:42:46 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-04 18:42:46 -0400 |
| commit | 33f4d7e9423bf833b60f5b2b788e932ca4e702ba (patch) | |
| tree | 8c4b6aa502cd888d32094b87a1dc81433d42ce2b | |
| parent | 51eb5a1d3f3ec3020c1b756997c1084f4b5da65d (diff) | |
| download | python-setuptools-git-58.5.3.tar.gz | |
Bump version: 58.5.2 → 58.5.3v58.5.3
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 11 | ||||
| -rw-r--r-- | changelog.d/2849.misc.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
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``. @@ -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 |
