Skip to content

Commit 4b64119

Browse files
committed
Bump version: 57.0.0 → 57.1.0
1 parent 20337b4 commit 4b64119

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 57.0.0
2+
current_version = 57.1.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v57.1.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order.
8+
* #2714: Update to distutils at pypa/distutils@e2627b7.
9+
* #2715: Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation.
10+
11+
Documentation changes
12+
^^^^^^^^^^^^^^^^^^^^^
13+
* #2604: Revamped the backward/cross tool compatibility section to remove
14+
some confusion.
15+
Add some examples and the version since when ``entry_points`` are
16+
supported in declarative configuration.
17+
Tried to make the reading flow a bit leaner, gather some informations
18+
that were a bit dispersed.
19+
20+
121
v57.0.0
222
-------
323

changelog.d/2604.doc.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/2692.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2714.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2715.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
license_files =
33
LICENSE
44
name = setuptools
5-
version = 57.0.0
5+
version = 57.1.0
66
author = Python Packaging Authority
77
author_email = [email protected]
88
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)