Skip to content

Commit b828db4

Browse files
committed
Bump version: 75.1.0 → 75.1.1
1 parent fcb04c3 commit b828db4

File tree

5 files changed

+15
-7
lines changed

5 files changed

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

NEWS.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v75.1.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Re-use pre-existing ``.dist-info`` dir when creating wheels via the build backend APIs (PEP 517) and the ``metadata_directory`` argument is passed -- by :user:`pelson`. (#1825)
8+
- Changed ``egg_info`` command to avoid adding an empty ``.egg-info`` directory
9+
while iterating over entry-points.
10+
This avoids triggering integration problems with ``importlib.metadata``/``importlib_metadata``
11+
(reference: pypa/pyproject-hooks#206). (#4680)
12+
13+
114
v75.1.0
215
=======
316

newsfragments/1825.bugfix.rst

-1
This file was deleted.

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

0 commit comments

Comments
 (0)