Skip to content

Commit 1d3ffa7

Browse files
committed
Bump version: 74.1.2 → 75.0.0
1 parent 809a9a7 commit 1d3ffa7

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 74.1.2
2+
current_version = 75.0.0
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
v75.0.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Declare also the dependencies used by distutils (adds jaraco.collections).
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix cross-platform compilation using ``distutils._msvccompiler.MSVCCompiler`` -- by :user:`saschanaz` and :user:`Avasam` (#4648)
14+
15+
16+
Deprecations and Removals
17+
-------------------------
18+
19+
- Removed upload_docs command. (#2971)
20+
21+
122
v74.1.2
223
=======
324

newsfragments/+1ac90f4a.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/2971.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4648.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "74.1.2"
8+
version = "75.0.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)