Skip to content

Commit 1a9d873

Browse files
committed
Bump version: 74.0.0 → 74.1.0
1 parent 4d9a750 commit 1a9d873

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

.bumpversion.cfg

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

NEWS.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v74.1.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Added support for defining ``ext-modules`` via ``pyproject.toml``
8+
(**EXPERIMENTAL**, may change in future releases). (#4568)
9+
10+
11+
Bugfixes
12+
--------
13+
14+
- Merge with pypa/distutils@3dcdf8567, removing the duplicate vendored copy of packaging. (#4622)
15+
- Restored ``setuptools.msvc.Environmentinfo`` as it is used externally. (#4625)
16+
17+
118
v74.0.0
219
=======
320

newsfragments/4568.feature.rst

-2
This file was deleted.

newsfragments/4622.bugfix.rst

-1
This file was deleted.

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

0 commit comments

Comments
 (0)