Skip to content

Commit d8da7df

Browse files
committed
Bump version: 75.2.0 → 75.3.0
1 parent a21c7fa commit d8da7df

8 files changed

+31
-13
lines changed

.bumpversion.cfg

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

NEWS.rst

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
v75.3.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Allowed using `dict` as an ordered type in ``setuptools.dist.check_requirements`` -- by :user:`Avasam` (#4575)
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Ensured methods in ``setuptools.modified`` preferably raise a consistent
14+
``distutils.errors.DistutilsError`` type
15+
(except in the deprecated use case of ``SETUPTOOLS_USE_DISTUTILS=stdlib``)
16+
-- by :user:`Avasam` (#4567)
17+
- Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the ``"d"`` flag. (#4674)
18+
- Fix clashes for ``optional-dependencies`` in ``pyproject.toml`` and
19+
``extra_requires`` in ``setup.cfg/setup.py``.
20+
As per PEP 621, ``optional-dependencies`` have to be honoured and dynamic
21+
behaviour is not allowed. (#4696)
22+
23+
24+
Misc
25+
----
26+
27+
- #4560
28+
29+
130
v75.2.0
231
=======
332

newsfragments/4560.misc.rst

-1
This file was deleted.

newsfragments/4567.bugfix.rst

-4
This file was deleted.

newsfragments/4575.feature.rst

-1
This file was deleted.

newsfragments/4674.bugfix.rst

-1
This file was deleted.

newsfragments/4696.bugfix.rst

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

0 commit comments

Comments
 (0)