Skip to content

Commit 6da7591

Browse files
committed
Bump version: 77.0.3 → 78.0.0
1 parent 063dbcc commit 6da7591

File tree

6 files changed

+32
-14
lines changed

6 files changed

+32
-14
lines changed

.bumpversion.cfg

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

NEWS.rst

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
v78.0.0
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Reverted distutils changes that broke the monkey patching of command classes. (#4902)
8+
9+
10+
Deprecations and Removals
11+
-------------------------
12+
13+
- Setuptools no longer accepts options containing uppercase or dash characters in ``setup.cfg``.
14+
Please ensure to write the options in ``setup.cfg`` using the :wiki:`lower_snake_case <Snake_case>` convention
15+
(e.g. ``Name => name``, ``install-requires => install_requires``).
16+
This is a follow-up on deprecations introduced in
17+
`v54.1.0 <https://setuptools.pypa.io/en/latest/history.html#v54-1-0>`_ (see #1608) and
18+
`v54.1.1 <https://setuptools.pypa.io/en/latest/history.html#v54-1-1>`_ (see #2592).
19+
20+
.. note::
21+
This change *does not affect configurations in* ``pyproject.toml``
22+
(which uses the :wiki:`lower-kebab-case <Letter_case#Kebab_case>` convention following the precedent set in :pep:`517`/:pep:`518`). (#4870)
23+
24+
25+
Misc
26+
----
27+
28+
- #4904
29+
30+
131
v77.0.3
232
=======
333

newsfragments/4870.removal.rst

-10
This file was deleted.

newsfragments/4902.bugfix.rst

-1
This file was deleted.

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

0 commit comments

Comments
 (0)