diff options
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/2071.misc.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9b106cfa..88701727 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 47.3.1 +current_version = 47.3.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 799163ed..a8ddb657 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v47.3.2 +------- + +* #2071: Replaced references to the deprecated imp package with references to importlib + + v47.3.1 ------- diff --git a/changelog.d/2071.misc.rst b/changelog.d/2071.misc.rst deleted file mode 100644 index eb36480c..00000000 --- a/changelog.d/2071.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Replaced references to the deprecated imp package with references to importlib @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 47.3.1 +version = 47.3.2 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |