Skip to content

Commit d2ae3cd

Browse files
committed
Bump version: 54.1.0 → 54.1.1
1 parent c71b7bd commit d2ae3cd

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-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 = 54.1.0
2+
current_version = 54.1.1
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v54.1.1
2+
-------
3+
4+
5+
Documentation changes
6+
^^^^^^^^^^^^^^^^^^^^^
7+
* #2584: Added ``sphinx-inline-tabs`` extension to allow for comparison of ``setup.py`` and its equivalent ``setup.cfg`` -- by :user:`amy-lei`
8+
9+
Misc
10+
^^^^
11+
* #2592: Made option keys in the ``[metadata]`` section of ``setup.cfg`` case-sensitive. Users having
12+
uppercase option spellings will get a warning suggesting to make them to lowercase
13+
-- by :user:`melissa-kun-li`
14+
15+
116
v54.1.0
217
-------
318

changelog.d/2584.doc.rst

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

changelog.d/2592.misc.rst

Lines changed: 0 additions & 3 deletions
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 = 54.1.0
5+
version = 54.1.1
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)