Skip to content

Commit a4d181b

Browse files
committed
Bump version: 64.0.0 → 64.0.1
1 parent 9cec51b commit a4d181b

File tree

6 files changed

+18
-10
lines changed

6 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.0
2+
current_version = 64.0.1
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.1
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3497: Fixed ``editable_wheel`` for legacy namespaces.
8+
* #3502: Fixed issue with editable install and single module distributions.
9+
* #3503: Added filter to ignore external ``.egg-info`` files in manifest.
10+
11+
Some plugins might rely on the fact that the ``.egg-info`` directory is
12+
produced inside the project dir, which may not be the case in editable installs
13+
(the ``.egg-info`` directory is produced inside the metadata directory given by
14+
the build frontend via PEP 660 hooks).
15+
16+
117
v64.0.0
218
-------
319

changelog.d/3497.misc.rst

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

changelog.d/3502.misc.rst

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

changelog.d/3503.misc.rst

Lines changed: 0 additions & 6 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.0
3+
version = 64.0.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)