summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@Karui-Tatchi.lan>2020-03-25 14:27:44 -0400
committerJason R. Coombs <jaraco@Karui-Tatchi.lan>2020-03-25 14:27:44 -0400
commit3aeec3f0e989516e9229d9a75f5a038929dee6a6 (patch)
tree60490e0c1cf6df6befeeba12989ba6bad7f7cf78
parent7e2f30748482a4d8daed9071dc7f6168de6267d5 (diff)
downloadpython-setuptools-git-46.1.3.tar.gz
Bump version: 46.1.2 → 46.1.3v46.1.3
-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 4a54253c..00cbdc7a 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 46.1.2
+current_version = 46.1.3
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 672355af..ac61c178 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v46.1.3
+-------
+
+No significant changes.
+
+
v46.1.2
-------
diff --git a/setup.cfg b/setup.cfg
index 8347dede..60838efc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 46.1.2
+version = 46.1.3
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org