summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-09-29 19:49:30 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-09-29 19:49:30 -0400
commit218bd1f04d16c9cd6eb79435ec078666f896e6f8 (patch)
tree022772094db2006f37181a7a035ab029958a0617
parent646c71f9af7e9ba6677203acde4ccd0a478dfbf8 (diff)
downloadpython-setuptools-git-65.4.1.tar.gz
Bump version: 65.4.0 → 65.4.1v65.4.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst10
-rw-r--r--changelog.d/3613.misc.rst1
-rw-r--r--changelog.d/3617.misc.rst1
-rw-r--r--setup.cfg2
5 files changed, 12 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 66973fe7..aeee9a83 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 65.4.0
+current_version = 65.4.1
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 2c39cfd4..089ec831 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,13 @@
+v65.4.1
+-------
+
+
+Misc
+^^^^
+* #3613: Fixed encoding errors in ``expand.StaticModule`` when system default encoding doesn't match expectations for source files.
+* #3617: Merge with pypa/distutils@6852b20 including fix for pypa/distutils#181.
+
+
v65.4.0
-------
diff --git a/changelog.d/3613.misc.rst b/changelog.d/3613.misc.rst
deleted file mode 100644
index 7e64ed46..00000000
--- a/changelog.d/3613.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed encoding errors in ``expand.StaticModule`` when system default encoding doesn't match expectations for source files.
diff --git a/changelog.d/3617.misc.rst b/changelog.d/3617.misc.rst
deleted file mode 100644
index 61eed9e7..00000000
--- a/changelog.d/3617.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Merge with pypa/distutils@6852b20 including fix for pypa/distutils#181.
diff --git a/setup.cfg b/setup.cfg
index 8813871a..436435a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 65.4.0
+version = 65.4.1
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages