Skip to content

Commit 218bd1f

Browse files
committed
Bump version: 65.4.0 → 65.4.1
1 parent 646c71f commit 218bd1f

File tree

5 files changed

+12
-4
lines changed

5 files changed

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

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v65.4.1
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3613: Fixed encoding errors in ``expand.StaticModule`` when system default encoding doesn't match expectations for source files.
8+
* #3617: Merge with pypa/distutils@6852b20 including fix for pypa/distutils#181.
9+
10+
111
v65.4.0
212
-------
313

changelog.d/3613.misc.rst

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

changelog.d/3617.misc.rst

Lines changed: 0 additions & 1 deletion
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.4.0
3+
version = 65.4.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)