Skip to content

Commit 00f59ef

Browse files
committed
Bump version: 65.6.0 → 65.6.1
1 parent b0f42b9 commit 00f59ef

9 files changed

+20
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 65.6.0
2+
current_version = 65.6.1
33
commit = True
44
tag = True
55

CHANGES.rst

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v65.6.1
2+
-------
3+
4+
5+
Documentation changes
6+
^^^^^^^^^^^^^^^^^^^^^
7+
* #3689: Document that ``distutils.cfg`` might be ignored unless
8+
``SETUPTOOLS_USE_DISTUTILS=stdlib``.
9+
10+
Misc
11+
^^^^
12+
* #3678: Improve clib builds reproducibility by sorting sources -- by :user:`danigm`
13+
* #3684: Improved exception/traceback when invalid entry-points are specified.
14+
* #3690: Fixed logging errors: 'underlying buffer has been detached' (issue #1631).
15+
* #3693: Merge pypa/distutils@3e9d47e with compatibility fix for distutils.log.Log.
16+
* #3704: Fix temporary build directories interference with auto-discovery.
17+
18+
119
v65.6.0
220
-------
321

changelog.d/3678.misc.rst

-1
This file was deleted.

changelog.d/3684.misc.rst

-1
This file was deleted.

changelog.d/3689.doc.rst

-2
This file was deleted.

changelog.d/3690.misc.rst

-1
This file was deleted.

changelog.d/3693.misc.rst

-1
This file was deleted.

changelog.d/3704.misc.rst

-1
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 = 65.6.0
3+
version = 65.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)