Skip to content

Commit

Permalink
Bump version: 75.2.0 → 75.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 29, 2024
1 parent a21c7fa commit d8da7df
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 75.2.0
current_version = 75.3.0
commit = True
tag = True

Expand Down
29 changes: 29 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
v75.3.0
=======

Features
--------

- Allowed using `dict` as an ordered type in ``setuptools.dist.check_requirements`` -- by :user:`Avasam` (#4575)


Bugfixes
--------

- Ensured methods in ``setuptools.modified`` preferably raise a consistent
``distutils.errors.DistutilsError`` type
(except in the deprecated use case of ``SETUPTOOLS_USE_DISTUTILS=stdlib``)
-- by :user:`Avasam` (#4567)
- 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)
- Fix clashes for ``optional-dependencies`` in ``pyproject.toml`` and
``extra_requires`` in ``setup.cfg/setup.py``.
As per PEP 621, ``optional-dependencies`` have to be honoured and dynamic
behaviour is not allowed. (#4696)


Misc
----

- #4560


v75.2.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/4560.misc.rst

This file was deleted.

4 changes: 0 additions & 4 deletions newsfragments/4567.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4575.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4674.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions newsfragments/4696.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["."]

[project]
name = "setuptools"
version = "75.2.0"
version = "75.3.0"
authors = [
{ name = "Python Packaging Authority", email = "[email protected]" },
]
Expand Down

0 comments on commit d8da7df

Please sign in to comment.