Skip to content

Commit

Permalink
Bump version: 75.1.1 → 75.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 16, 2024
1 parent 8ad3ea7 commit 61a5a03
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 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.1.1
current_version = 75.2.0
commit = True
tag = True

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

Features
--------

- Made errors when parsing ``Distribution`` data more explicit about the expected type (``tuple[str, ...] | list[str]``) -- by :user:`Avasam` (#4578)


Bugfixes
--------

- Fix a `TypeError` when a ``Distribution``'s old included attribute was a `tuple` -- by :user:`Avasam` (#4578)
- Add workaround for ``bdist_wheel --dist-info-dir`` errors
when customisation does not inherit from setuptools. (#4684)


v75.1.1
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/4578.bugfix.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/4684.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.1.1"
version = "75.2.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
Expand Down

0 comments on commit 61a5a03

Please sign in to comment.