Skip to content

Commit 47b7246

Browse files
committed
Bump version: 57.5.0 → 58.0.0
1 parent 1ba66c1 commit 47b7246

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
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.5.0
2+
current_version = 58.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v58.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #2086: Removed support for 2to3 during builds. Projects should port to a unified codebase or pin to an older version of Setuptools using PEP 518 build-requires.
8+
9+
Documentation changes
10+
^^^^^^^^^^^^^^^^^^^^^
11+
* #2746: add python_requires example
12+
13+
114
v57.5.0
215
-------
316

changelog.d/2086.breaking.rst

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

changelog.d/2746.doc.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
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 57.5.0
3+
version = 58.0.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)