Skip to content

Commit 5e27b2a

Browse files
committed
Bump version: 74.1.3 → 75.0.0
1 parent af9e245 commit 5e27b2a

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.bumpversion.cfg

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

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v75.0.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Declare also the dependencies used by distutils (adds jaraco.collections).
8+
9+
10+
Deprecations and Removals
11+
-------------------------
12+
13+
- Removed upload_docs command. (#2971)
14+
- Merge with pypa/distutils@7283751. Removed the register and upload commands and the config module that backs them (pypa/distutils#294). Removed the borland compiler. Replaced vendored dependencies with natural dependencies. Cygwin C compiler now gets compilers from sysconfig (pypa/distutils#296). (#4649)
15+
16+
117
v74.1.3
218
=======
319

newsfragments/+1ac90f4a.feature.rst

-1
This file was deleted.

newsfragments/2971.removal.rst

-1
This file was deleted.

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

0 commit comments

Comments
 (0)