Commit db378e28 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 50.0.0 → 50.0.1

parent 4ea9dd87
[bumpversion] [bumpversion]
current_version = 50.0.0 current_version = 50.0.1
commit = True commit = True
tag = True tag = True
......
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 v50.0.0
------- -------
......
Restored Python 3.5 support in distutils.util for missing `subprocess._optim_args_from_interpreter_flags`.
Restored AIX support on Python 3.8 and earlier.
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).
...@@ -16,7 +16,7 @@ formats = zip ...@@ -16,7 +16,7 @@ formats = zip
[metadata] [metadata]
name = setuptools name = setuptools
version = 50.0.0 version = 50.0.1
description = Easily download, build, install, upgrade, and uninstall Python packages description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority author = Python Packaging Authority
author_email = distutils-sig@python.org author_email = distutils-sig@python.org
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment