Skip to content

Commit 8032430

Browse files
committed
Bump version: 67.0.0 → 67.1.0
1 parent 455704c commit 8032430

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
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 = 67.0.0
2+
current_version = 67.1.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v67.1.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3795: Ensured that ``__file__`` is an absolute path when executing ``setup.py`` as
8+
part of ``setuptools.build_meta``.
9+
10+
Misc
11+
^^^^
12+
* #3798: Updated validations for ``pyproject.toml`` using ``validate-pyproject==0.12.1``
13+
to allow stub packages (:pep:`561`) to be listed in ``tool.setuptools.packages``
14+
and ``tool.setuptools.package-dir``.
15+
16+
117
v67.0.0
218
-------
319

changelog.d/3795.change.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/3798.misc.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 67.0.0
3+
version = 67.1.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)