Skip to content

Commit f23c915

Browse files
committed
Bump version: 66.0.0 → 66.1.0
1 parent e03f883 commit f23c915

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
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 = 66.0.0
2+
current_version = 66.1.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v66.1.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3685: Fix improper usage of deprecated/removed ``pkgutil`` APIs in Python 3.12+.
8+
* #3779: Files referenced by ``file:`` in ``setup.cfg`` and by ``project.readme.file``,
9+
``project.license.file`` or ``tool.setuptools.dynamic.*.file`` in
10+
``pyproject.toml`` are now automatically included in the generated sdists.
11+
12+
Misc
13+
^^^^
14+
* #3776: Added note about using the ``--pep-517`` flag with ``pip`` to workaround
15+
``InvalidVersion`` errors for packages that are already installed in the system.
16+
17+
118
v66.0.0
219
-------
320

changelog.d/3685.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3776.misc.rst

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

changelog.d/3779.change.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 = 66.0.0
3+
version = 66.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)