Skip to content

Commit 0cffd61

Browse files
committed
Bump version: 75.8.2 → 75.9.0
1 parent fbf9c7a commit 0cffd61

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.2
2+
current_version = 75.9.0
33
commit = True
44
tag = True
55

NEWS.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v75.9.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Synced with pypa/distutils@91f75bb98 including exporting of PyInit_pkg (pypa/distutils#327) and a refactoring of the compiler classes into distutils.compilers (pypa/distutils#295). (#4852)
8+
9+
110
v75.8.2
211
=======
312

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

0 commit comments

Comments
 (0)