Skip to content

Commit f07e7ea

Browse files
committed
Bump version: 53.1.0 → 54.0.0
1 parent 341972d commit f07e7ea

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
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 = 53.1.0
2+
current_version = 54.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v54.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9.
8+
9+
Changes
10+
^^^^^^^
11+
* #1932: Handled :code:`AttributeError` by raising :code:`DistutilsSetupError` in :code:`dist.check_specifier()` when specifier is not a string -- by :user:`melissa-kun-li`
12+
* #2570: Correctly parse cmdclass in setup.cfg.
13+
14+
Documentation changes
15+
^^^^^^^^^^^^^^^^^^^^^
16+
* #2553: Added userguide example for markers in extras_require -- by :user:`pwoolvett`
17+
18+
119
v53.1.0
220
-------
321

changelog.d/1932.change.rst

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

changelog.d/2553.doc.rst

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

changelog.d/2570.change.rst

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

changelog.d/2582.breaking.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 = 53.1.0
5+
version = 54.0.0
66
author = Python Packaging Authority
77
author_email = distutils-sig@python.org
88
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)