diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 16 | ||||
| -rw-r--r-- | changelog.d/2757.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2792.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2800.change.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 18 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7fab7fc..0ed35632 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 a77a8f1c..0a002fe5 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 <https://www.python.org/dev/peps/pep-0440/>`_ scheme. + + v58.1.0 ------- diff --git a/changelog.d/2757.change.rst b/changelog.d/2757.change.rst deleted file mode 100644 index 5b71f30f..00000000 --- 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 3256d033..00000000 --- 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 <https://www.python.org/dev/peps/pep-0440/>`_ scheme. diff --git a/changelog.d/2800.change.rst b/changelog.d/2800.change.rst deleted file mode 100644 index cbb201e7..00000000 --- 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). @@ -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 |
