diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rw-r--r-- | changelog.d/2297.misc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2300.doc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
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 @@ -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 |
