diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7fab7fc0b..0ed356322d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 58.1.0 +current_version = 58.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index a77a8f1c40..0a002fe544 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +v58.2.0 +------- + + +Changes +^^^^^^^ +* #2757: Add windows arm64 launchers for scripts generated by easy_install. +* #2800: Added ``--owner`` and ``--group`` options to the ``sdist`` command, + for specifying file ownership within the produced tarball (similarly + to the corresponding distutils ``sdist`` options). + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #2792: Document how the legacy and non-legacy versions are compared, and reference to the `PEP 440 `_ scheme. + + v58.1.0 ------- diff --git a/changelog.d/2757.change.rst b/changelog.d/2757.change.rst deleted file mode 100644 index 5b71f30f1b..0000000000 --- a/changelog.d/2757.change.rst +++ /dev/null @@ -1 +0,0 @@ -Add windows arm64 launchers for scripts generated by easy_install. diff --git a/changelog.d/2792.doc.rst b/changelog.d/2792.doc.rst deleted file mode 100644 index 3256d0333a..0000000000 --- a/changelog.d/2792.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Document how the legacy and non-legacy versions are compared, and reference to the `PEP 440 `_ scheme. diff --git a/changelog.d/2800.change.rst b/changelog.d/2800.change.rst deleted file mode 100644 index cbb201e70a..0000000000 --- a/changelog.d/2800.change.rst +++ /dev/null @@ -1,3 +0,0 @@ -Added ``--owner`` and ``--group`` options to the ``sdist`` command, -for specifying file ownership within the produced tarball (similarly -to the corresponding distutils ``sdist`` options). diff --git a/setup.cfg b/setup.cfg index 0bee3cf35f..d7236be6fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 58.1.0 +version = 58.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages