Skip to content

Commit db378e2

Browse files
committed
Bump version: 50.0.0 → 50.0.1
1 parent 4ea9dd8 commit db378e2

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 50.0.0
2+
current_version = 50.0.1
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v50.0.1
2+
-------
3+
4+
* #2357: Restored Python 3.5 support in distutils.util for missing `subprocess._optim_args_from_interpreter_flags`.
5+
* #2358: Restored AIX support on Python 3.8 and earlier.
6+
* #2361: Add Python 3.10 support to _distutils_hack. Get the 'Loader' abstract class
7+
from importlib.abc rather than importlib.util.abc (alias removed in Python
8+
3.10).
9+
10+
111
v50.0.0
212
-------
313

changelog.d/2357.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2358.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2361.misc.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 50.0.0
19+
version = 50.0.1
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = distutils-sig@python.org

0 commit comments

Comments
 (0)