summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-08-12 17:01:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-08-12 17:01:10 -0400
commitff4ba978e5c32c44311d9d9817ddee9e1c6c972b (patch)
tree3da099d0801f57bb3a0ab451da57b6382e9647ce
parentb71cc9236cb0af79ca0afeac49ae6b31d3855aeb (diff)
downloadpython-setuptools-git-49.3.2.tar.gz
Bump version: 49.3.1 → 49.3.2v49.3.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst7
-rw-r--r--changelog.d/2297.misc.rst1
-rw-r--r--changelog.d/2300.doc.rst1
-rw-r--r--setup.cfg2
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index bb1e621f..5e0d7fd7 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 49.3.1
+current_version = 49.3.2
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index b7c0a018..2add741a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v49.3.2
+-------
+
+* #2300: Improve the ``safe_version`` function documentation
+* #2297: Once again, in stubs prefer exec_module to the deprecated load_module.
+
+
v49.3.1
--------
diff --git a/changelog.d/2297.misc.rst b/changelog.d/2297.misc.rst
deleted file mode 100644
index 40340324..00000000
--- a/changelog.d/2297.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Once again, in stubs prefer exec_module to the deprecated load_module.
diff --git a/changelog.d/2300.doc.rst b/changelog.d/2300.doc.rst
deleted file mode 100644
index 3b06cc5f..00000000
--- a/changelog.d/2300.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improve the ``safe_version`` function documentation
diff --git a/setup.cfg b/setup.cfg
index 52440198..5d4a084c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 49.3.1
+version = 49.3.2
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org