diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-01 22:19:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-01 22:19:16 -0400 |
| commit | 41a229bdf7d2f444f6f355042e816a53fbc5a3b2 (patch) | |
| tree | ecc7d1199aa819de7dedbc5399d187e093330705 | |
| parent | 8519d4e5cee54885761200a4b90204944d3ef729 (diff) | |
| download | python-setuptools-git-58.2.0.tar.gz | |
Bump version: 58.1.0 → 58.2.0v58.2.0
| -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 |
