Skip to content

Commit f11f8b1

Browse files
committed
Bump version: 67.6.1 → 67.7.0
1 parent 59b819a commit f11f8b1

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

.bumpversion.cfg

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

CHANGES.rst

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v67.7.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3849: Overhaul warning system for better visibility.
8+
9+
Documentation changes
10+
^^^^^^^^^^^^^^^^^^^^^
11+
* #3859: Added a note about historical presence of ``wheel``
12+
in ``build-system.requires``, in ``pyproject.toml``.
13+
* #3893: Improved the documentation example regarding making a thin :pep:`517` in-tree
14+
backend wrapper of ``setuptools.build_meta`` that is future-proof and supports
15+
:pep:`660` hook too -- by :user:`webknjaz`.
16+
17+
Misc
18+
^^^^
19+
* #3884: Add a ``stacklevel`` parameter to ``warnings.warn()`` to provide more information to the user.
20+
-- by :user:`cclauss`
21+
22+
123
v67.6.1
224
-------
325

changelog.d/3849.change.rst

-1
This file was deleted.

changelog.d/3859.doc.rst

-2
This file was deleted.

changelog.d/3884.misc.rst

-2
This file was deleted.

changelog.d/3893.doc.rst

-3
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 67.6.1
3+
version = 67.7.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)