Skip to content

Commit 6f7dd7c

Browse files
committed
Bump version: 65.6.2 → 65.6.3
1 parent 0f513c1 commit 6f7dd7c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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.2
2+
current_version = 65.6.3
33
commit = True
44
tag = True
55

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v65.6.3
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3709: Fix condition to patch ``distutils.dist.log`` to only apply when using
8+
``distutils`` from the stdlib.
9+
10+
111
v65.6.2
212
-------
313

changelog.d/3709.misc.rst

-2
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.2
3+
version = 65.6.3
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)