Skip to content

Commit 6f7b6dd

Browse files
committed
Bump version: 80.0.1 → 80.1.0
1 parent 25ac162 commit 6f7b6dd

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.0.1
2+
current_version = 80.1.0
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v80.1.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Added a deadline of Oct 31 to the setup.py install deprecation.
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- With ``setup.py install --prefix=...``, fall back to distutils install rather than failing. Note that running ``setup.py install`` is deprecated. (#3143)
14+
15+
116
v80.0.1
217
=======
318

newsfragments/+99b1cfb7.feature.rst

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

newsfragments/3143.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
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "80.0.1"
8+
version = "80.1.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)