Skip to content

Commit 490d640

Browse files
committed
Bump version: 64.0.1 → 64.0.2
1 parent 0adb305 commit 490d640

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
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 = 64.0.1
2+
current_version = 64.0.2
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+
v64.0.2
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3506: Suppress errors in custom ``build_py`` implementations when running editable
8+
installs in favor of a warning indicating what is the most appropriate
9+
migration path.
10+
This is a *transitional* measure. Errors might be raised in future versions of
11+
``setuptools``.
12+
* #3512: Added capability of handling namespace packages created
13+
accidentally/purposefully via discovery configuration during editable installs.
14+
This should emulate the behaviour of a non-editable installation.
15+
16+
117
v64.0.1
218
-------
319

changelog.d/3506.misc.rst

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

changelog.d/3512.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 = 64.0.1
3+
version = 64.0.2
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)