aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@Karui-Tatchi.lan>2020-03-21 15:01:42 -0400
committerJason R. Coombs <jaraco@Karui-Tatchi.lan>2020-03-21 15:01:42 -0400
commit87fbe76a1d544a14abea34ca0824096eb7c37b38 (patch)
treeafbe76ce0d5ac9e05baebd3299431e2330a2c702
parent936a8c68afacd56d4bcdf8412fe0c9ed6fe4dc09 (diff)
downloadexternal_python_setuptools-87fbe76a1d544a14abea34ca0824096eb7c37b38.tar.gz
external_python_setuptools-87fbe76a1d544a14abea34ca0824096eb7c37b38.tar.bz2
external_python_setuptools-87fbe76a1d544a14abea34ca0824096eb7c37b38.zip
Bump version: 46.1.0 → 46.1.1v46.1.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.cfg2
3 files changed, 8 insertions, 2 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 28a327b2..03fe7b43 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 46.1.0
+current_version = 46.1.1
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 12680a4d..1edbd12a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v46.1.1
+-------
+
+No significant changes.
+
+
v46.1.0
-------
diff --git a/setup.cfg b/setup.cfg
index 0e9a05ed..14426181 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 46.1.0
+version = 46.1.1
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org