From db378e28cc70ec4ed3c21dfbd255c9ea54a861c8 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 1 Sep 2020 13:32:50 -0400 Subject: =?UTF-8?q?Bump=20version:=2050.0.0=20=E2=86=92=2050.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 10 ++++++++++ changelog.d/2357.misc.rst | 1 - changelog.d/2358.misc.rst | 1 - changelog.d/2361.misc.rst | 3 --- setup.cfg | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/2357.misc.rst delete mode 100644 changelog.d/2358.misc.rst delete mode 100644 changelog.d/2361.misc.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a50c3bad..ebb58d3b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 50.0.0 +current_version = 50.0.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 9dd77e12..0082b7f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v50.0.1 +------- + +* #2357: Restored Python 3.5 support in distutils.util for missing `subprocess._optim_args_from_interpreter_flags`. +* #2358: Restored AIX support on Python 3.8 and earlier. +* #2361: Add Python 3.10 support to _distutils_hack. Get the 'Loader' abstract class + from importlib.abc rather than importlib.util.abc (alias removed in Python + 3.10). + + v50.0.0 ------- diff --git a/changelog.d/2357.misc.rst b/changelog.d/2357.misc.rst deleted file mode 100644 index a7b3cc3c..00000000 --- a/changelog.d/2357.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Restored Python 3.5 support in distutils.util for missing `subprocess._optim_args_from_interpreter_flags`. diff --git a/changelog.d/2358.misc.rst b/changelog.d/2358.misc.rst deleted file mode 100644 index 89cec8bf..00000000 --- a/changelog.d/2358.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Restored AIX support on Python 3.8 and earlier. diff --git a/changelog.d/2361.misc.rst b/changelog.d/2361.misc.rst deleted file mode 100644 index 6db769c4..00000000 --- a/changelog.d/2361.misc.rst +++ /dev/null @@ -1,3 +0,0 @@ -Add Python 3.10 support to _distutils_hack. Get the 'Loader' abstract class -from importlib.abc rather than importlib.util.abc (alias removed in Python -3.10). diff --git a/setup.cfg b/setup.cfg index 577e23c1..71839ef1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 50.0.0 +version = 50.0.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org -- cgit v1.2.1