Skip to content

Commit 0a19068

Browse files
committed
Bump version: 65.0.0 → 65.0.1
1 parent fe089a9 commit 0a19068

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 = 65.0.0
2+
current_version = 65.0.1
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+
v65.0.1
2+
-------
3+
4+
5+
Documentation changes
6+
^^^^^^^^^^^^^^^^^^^^^
7+
* #3529: Added clarification to :doc:`/userguide/quickstart` about support
8+
to ``setup.py``.
9+
10+
Misc
11+
^^^^
12+
* #3526: Fix backward compatibility of editable installs and custom ``build_ext``
13+
commands inheriting directly from ``distutils``.
14+
* #3528: Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when
15+
given ``metadata_directory`` is ``"."``.
16+
17+
118
v65.0.0
219
-------
320

changelog.d/3526.misc.rst

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

changelog.d/3528.misc.rst

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

changelog.d/3529.doc.rst

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