Skip to content

Commit 3106af0

Browse files
committed
Bump version: 75.0.0 → 75.1.0
1 parent 37c3d27 commit 3106af0

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.0.0
2+
current_version = 75.1.0
33
commit = True
44
tag = True
55

NEWS.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v75.1.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Deprecated ``bdist_wheel.universal`` configuration. (#4617)
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Removed reference to upload_docs module in entry points. (#4650)
14+
15+
116
v75.0.0
217
=======
318

newsfragments/4617.feature.rst

-1
This file was deleted.

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

0 commit comments

Comments
 (0)