Skip to content

Commit aeea792

Browse files
committed
Bump version: 79.0.1 → 80.0.0
1 parent 2c874e7 commit aeea792

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.bumpversion.cfg

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

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v80.0.0
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Update test to honor new behavior in importlib_metadata 8.7. (#4961)
8+
9+
10+
Deprecations and Removals
11+
-------------------------
12+
13+
- Removed support for the easy_install command including the sandbox module. (#2908)
14+
- Develop command no longer uses easy_install, but instead defers execution to pip (which then will re-invoke Setuptools via PEP 517 to build the editable wheel). Most of the options to develop are dropped. This is the final warning before the command is dropped completely in a few months. Use-cases relying on 'setup.py develop' should pin to older Setuptools version or migrate to modern build tooling. (#4955)
15+
16+
117
v79.0.1
218
=======
319

newsfragments/2908.removal.rst

-1
This file was deleted.

newsfragments/4955.removal.rst

-1
This file was deleted.

newsfragments/4961.bugfix.rst

-1
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 = "79.0.1"
8+
version = "80.0.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
1111
]

0 commit comments

Comments
 (0)