summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-04-10 15:46:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-04-10 15:46:46 -0400
commit5bd3e98e2641fd526fc9f1f61e5f6700dfa895ae (patch)
treed0ab7a348873c6ab53fa5991ece6ab0be987ecbf
parentf8bb41609ce272dd3f186989e86136501fd9927c (diff)
downloadpython-setuptools-git-62.1.0.tar.gz
Bump version: 62.0.0 → 62.1.0v62.1.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst13
-rw-r--r--changelog.d/3249.misc.rst1
-rw-r--r--changelog.d/3258.change.rst1
-rw-r--r--setup.cfg2
5 files changed, 15 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 5c2f2e45..1125d38d 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 62.0.0
+current_version = 62.1.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 126457be..5061ecb9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v62.1.0
+-------
+
+
+Changes
+^^^^^^^
+* #3258: Merge pypa/distutils@5229dad46b.
+
+Misc
+^^^^
+* #3249: Simplified ``package_dir`` obtained via auto-discovery.
+
+
v62.0.0
-------
diff --git a/changelog.d/3249.misc.rst b/changelog.d/3249.misc.rst
deleted file mode 100644
index 3ef85049..00000000
--- a/changelog.d/3249.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Simplified ``package_dir`` obtained via auto-discovery.
diff --git a/changelog.d/3258.change.rst b/changelog.d/3258.change.rst
deleted file mode 100644
index 3fcf0935..00000000
--- a/changelog.d/3258.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Merge pypa/distutils@5229dad46b.
diff --git a/setup.cfg b/setup.cfg
index 78c088a1..4b386243 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 62.0.0
+version = 62.1.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages