Skip to content

Commit 5c9d980

Browse files
committed
Bump version: 75.7.0 → 75.8.0
1 parent 72c4222 commit 5c9d980

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.bumpversion.cfg

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

NEWS.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v75.8.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Implemented ``Dynamic`` field for core metadata (as introduced in PEP 643).
8+
The existing implementation is currently experimental and the exact approach
9+
may change in future releases. (#4698)
10+
11+
112
v75.7.0
213
=======
314

newsfragments/4698.feature.rst

-3
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.7.0"
8+
version = "75.8.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)