Skip to content

Commit 9aa3771

Browse files
committed
Bump version: 75.8.1 → 75.8.2
1 parent c0f39c0 commit 9aa3771

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.bumpversion.cfg

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

NEWS.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v75.8.2
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Fixed ``pkg_resources.require(...)`` to also consider standardised
8+
``dist-info`` directories. (#4856)
9+
10+
111
v75.8.1
212
=======
313

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

0 commit comments

Comments
 (0)