diff options
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 10 | ||||
-rw-r--r-- | changelog.d/2156.doc.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
4 files changed, 12 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fa442e2..23226c35 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 47.1.0 +current_version = 47.1.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 048fef6b..b018cbea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v47.1.1 +------- + +* #2156: Update mailing list pointer in developer docs + +Incorporate changes from v44.1.1: + +* #2158: Avoid loading working set during ``Distribution.finalize_options`` prior to invoking ``_install_setup_requires``, broken since v42.0.0. + + v44.1.1 ------- diff --git a/changelog.d/2156.doc.rst b/changelog.d/2156.doc.rst deleted file mode 100644 index 8d604979..00000000 --- a/changelog.d/2156.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Update mailing list pointer in developer docs @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 47.1.0 +version = 47.1.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |