Skip to content

Commit 12ca018

Browse files
committed
Bump version: 80.7.0 → 80.7.1
1 parent 31f8cac commit 12ca018

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 80.7.0
2+
current_version = 80.7.1
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v80.7.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Only attempt to fetch eggs for unsatisfied requirements. (#4998)
8+
- In installer, when discovering egg dists, let metadata discovery search each egg. (#4998)
9+
10+
111
v80.7.0
212
=======
313

newsfragments/4998.bugfix.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4998.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ backend-path = ["."]
1010

1111
[project]
1212
name = "setuptools"
13-
version = "80.7.0"
13+
version = "80.7.1"
1414
authors = [
1515
{ name = "Python Packaging Authority", email = "[email protected]" },
1616
]

0 commit comments

Comments
 (0)