Skip to content

Commit 56c055b

Browse files
committed
Bump version: 75.8.0 → 75.8.1
1 parent e46cfbf commit 56c055b

6 files changed

+14
-6
lines changed

.bumpversion.cfg

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

NEWS.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v75.8.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix wheel file naming to follow binary distribution specification -- by :user:`di` (#4766)
8+
- Fixed crash generating error message printed when building wheels for the
9+
free-threaded build using the limited API. -- by :user:`ngoldbaum` (#4809)
10+
- Fix documentation for recent CFLAGS distutils change. -- by :user:`thesamesam` (#4836)
11+
12+
113
v75.8.0
214
=======
315

newsfragments/4766.bugfix.rst

-1
This file was deleted.

newsfragments/4809.bugfix.rst

-2
This file was deleted.

newsfragments/4836.bugfix.rst

-1
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "75.8.0"
8+
version = "75.8.1"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)