summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-01 13:32:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-01 13:32:50 -0400
commitdb378e28cc70ec4ed3c21dfbd255c9ea54a861c8 (patch)
tree6b0c861a4855074f285deab51fd225bc017c94da
parent4ea9dd875488dd0c9f2773ad21aeda4f73d93b23 (diff)
downloadpython-setuptools-git-db378e28cc70ec4ed3c21dfbd255c9ea54a861c8.tar.gz
Bump version: 50.0.0 → 50.0.1v50.0.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst10
-rw-r--r--changelog.d/2357.misc.rst1
-rw-r--r--changelog.d/2358.misc.rst1
-rw-r--r--changelog.d/2361.misc.rst3
-rw-r--r--setup.cfg2
6 files changed, 12 insertions, 7 deletions
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