Skip to content

Commit 61a5a03

Browse files
committed
Bump version: 75.1.1 → 75.2.0
1 parent 8ad3ea7 commit 61a5a03

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 = 75.1.1
2+
current_version = 75.2.0
33
commit = True
44
tag = True
55

NEWS.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v75.2.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Made errors when parsing ``Distribution`` data more explicit about the expected type (``tuple[str, ...] | list[str]``) -- by :user:`Avasam` (#4578)
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix a `TypeError` when a ``Distribution``'s old included attribute was a `tuple` -- by :user:`Avasam` (#4578)
14+
- Add workaround for ``bdist_wheel --dist-info-dir`` errors
15+
when customisation does not inherit from setuptools. (#4684)
16+
17+
118
v75.1.1
219
=======
320

newsfragments/4578.bugfix.rst

-1
This file was deleted.

newsfragments/4578.feature.rst

-1
This file was deleted.

newsfragments/4684.bugfix.rst

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

0 commit comments

Comments
 (0)