diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 05:03:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 05:03:35 -0400 |
commit | 78928efa890109410b315b03a225c9fc5f041ff8 (patch) | |
tree | 1468173fb33032f533169ed41af698b069c884a5 | |
parent | 35d5f720f06b5c94b26ad572faf48cfe820338d2 (diff) | |
download | external_python_setuptools-78928efa890109410b315b03a225c9fc5f041ff8.tar.gz external_python_setuptools-78928efa890109410b315b03a225c9fc5f041ff8.tar.bz2 external_python_setuptools-78928efa890109410b315b03a225c9fc5f041ff8.zip |
Bump version: 47.3.1 → 47.3.2v47.3.2
-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 |