Skip to content

Commit 4e82e8b

Browse files
committed
Bump version: 75.6.0 → 75.7.0
1 parent 50b15db commit 4e82e8b

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.bumpversion.cfg

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

NEWS.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v75.7.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Synced with pypa/distutils@c97a3db2f including better support for free threaded Python on Windows (pypa/distutils#310), improved typing support, and linter accommodations. (#4478)
8+
- Synced with pypa/distutils@ff11eed0c including bugfix for duplicate CFLAGS and adaption to support Python 3.13 is_abs in the C compiler (#4669). (#4790)
9+
10+
111
v75.6.0
212
=======
313

newsfragments/4478.feature.rst

-1
This file was deleted.

newsfragments/4790.feature.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.6.0"
8+
version = "75.7.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)