summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-22 04:41:54 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-22 04:41:54 -0500
commit52c990172fec37766b3566679724aa8bf70ae06d (patch)
tree8a0233543423de25f75f9e946bbe93b8fbd0c204
parent8c5e5d9b9d31e3a7599000a6c0ec6b4148fc408c (diff)
downloadpython-setuptools-git-60.0.4.tar.gz
Bump version: 60.0.3 → 60.0.4v60.0.4
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/2954.misc.rst1
-rw-r--r--setup.cfg2
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index bb1c47a5..ce25a8c9 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 60.0.3
+current_version = 60.0.4
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 4fab510f..9145ac94 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+v60.0.4
+-------
+
+
+Misc
+^^^^
+* #2954: Merge with pypa/distutils@eba2bcd310. Adds platsubdir to config vars available for substitution.
+
+
v60.0.3
-------
diff --git a/changelog.d/2954.misc.rst b/changelog.d/2954.misc.rst
deleted file mode 100644
index e46b1f02..00000000
--- a/changelog.d/2954.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Merge with pypa/distutils@eba2bcd310. Adds platsubdir to config vars available for substitution.
diff --git a/setup.cfg b/setup.cfg
index 77095b64..08eefc49 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 60.0.3
+version = 60.0.4
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages