Skip to content

Commit 245d72a

Browse files
committed
Bump version: 67.6.0 → 67.6.1
1 parent bd9e22b commit 245d72a

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
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.0
2+
current_version = 67.6.1
33
commit = True
44
tag = True
55

CHANGES.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v67.6.1
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3865: Fixed ``_WouldIgnoreField`` warnings for ``scripts`` and ``gui_scripts``,
8+
when ``entry-points`` is not listed in dynamic.
9+
* #3875: Update code generated by ``validate-pyproject`` to use v0.12.2.
10+
This should fix default license patterns when ``pyproject.toml`` is used.
11+
12+
113
v67.6.0
214
-------
315

changelog.d/3865.misc.rst

-2
This file was deleted.

changelog.d/3875.misc.rst

-2
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.0
3+
version = 67.6.1
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)