Skip to content

Commit 8c45d6e

Browse files
committedFeb 23, 2024
Bump version: 69.1.0 → 69.1.1
1 parent 367559f commit 8c45d6e

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 69.1.0
2+
current_version = 69.1.1
33
commit = True
44
tag = True
55

‎NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v69.1.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix argument order of ``--config-settings["--build-option"]`` arguments.
8+
This was broken by <https://github.com/pypa/setuptools/pull/4079>`. (#4217)
9+
10+
11+
Misc
12+
----
13+
14+
- #4231
15+
16+
117
v69.1.0
218
=======
319

‎newsfragments/4217.bugfix.rst

-2
This file was deleted.

‎newsfragments/4231.misc.rst

-1
This file was deleted.

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 69.1.0
3+
version = 69.1.1
44
author = Python Packaging Authority
55
author_email = distutils-sig@python.org
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)