diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 20 | ||||
| -rw-r--r-- | changelog.d/2604.doc.rst | 6 | ||||
| -rw-r--r-- | changelog.d/2692.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2714.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2715.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
7 files changed, 22 insertions, 11 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 672897ef..99ebf2f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 57.0.0 +current_version = 57.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 416ad89a..3024ed61 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,23 @@ +v57.1.0 +------- + + +Changes +^^^^^^^ +* #2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order. +* #2714: Update to distutils at pypa/distutils@e2627b7. +* #2715: Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation. + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #2604: Revamped the backward/cross tool compatibility section to remove + some confusion. + Add some examples and the version since when ``entry_points`` are + supported in declarative configuration. + Tried to make the reading flow a bit leaner, gather some informations + that were a bit dispersed. + + v57.0.0 ------- diff --git a/changelog.d/2604.doc.rst b/changelog.d/2604.doc.rst deleted file mode 100644 index 0371d4df..00000000 --- a/changelog.d/2604.doc.rst +++ /dev/null @@ -1,6 +0,0 @@ -Revamped the backward/cross tool compatibility section to remove -some confusion. -Add some examples and the version since when ``entry_points`` are -supported in declarative configuration. -Tried to make the reading flow a bit leaner, gather some informations -that were a bit dispersed. diff --git a/changelog.d/2692.change.rst b/changelog.d/2692.change.rst deleted file mode 100644 index 2a778d88..00000000 --- a/changelog.d/2692.change.rst +++ /dev/null @@ -1 +0,0 @@ -Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order. diff --git a/changelog.d/2714.change.rst b/changelog.d/2714.change.rst deleted file mode 100644 index 788da7cc..00000000 --- a/changelog.d/2714.change.rst +++ /dev/null @@ -1 +0,0 @@ -Update to distutils at pypa/distutils@e2627b7. diff --git a/changelog.d/2715.change.rst b/changelog.d/2715.change.rst deleted file mode 100644 index 52a5ef79..00000000 --- a/changelog.d/2715.change.rst +++ /dev/null @@ -1 +0,0 @@ -Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation. @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 57.0.0 +version = 57.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
