diff options
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/2352.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 ebb58d3b..e2973162 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 50.0.1 +current_version = 50.0.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 0082b7f3..435a7b46 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v50.0.2 +------- + +* #2352: In distutils hack, use absolute import rather than relative to avoid bpo-30876. + + v50.0.1 ------- diff --git a/changelog.d/2352.misc.rst b/changelog.d/2352.misc.rst deleted file mode 100644 index 79dda996..00000000 --- a/changelog.d/2352.misc.rst +++ /dev/null @@ -1 +0,0 @@ -In distutils hack, use absolute import rather than relative to avoid bpo-30876. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 50.0.1 +version = 50.0.2 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |