Skip to content

Commit 9c4d383

Browse files
committed
Bump version: 80.8.0 → 80.9.0
1 parent 05cb3c8 commit 9c4d383

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.8.0
2+
current_version = 80.9.0
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.9.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Set a deadline for the removal of pkg_resources later this year (December). (#3085)
8+
- Removed reliance on pkg_resources in test_wheel. (#3085)
9+
10+
111
v80.8.0
212
=======
313

newsfragments/3085.feature.1.rst

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

newsfragments/3085.feature.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.8.0"
13+
version = "80.9.0"
1414
authors = [
1515
{ name = "Python Packaging Authority", email = "[email protected]" },
1616
]

0 commit comments

Comments
 (0)