diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-05 16:40:17 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-05 16:40:17 -0400 |
commit | 44cec449385cac29b0f6c9719b506eb6b8c1826d (patch) | |
tree | efcb688d3a7adb6f115701127eec54770b1573a7 | |
parent | ea966a23de98c04df90ba13e9fb03d1b0afe4962 (diff) | |
download | external_python_setuptools-44cec449385cac29b0f6c9719b506eb6b8c1826d.tar.gz external_python_setuptools-44cec449385cac29b0f6c9719b506eb6b8c1826d.tar.bz2 external_python_setuptools-44cec449385cac29b0f6c9719b506eb6b8c1826d.zip |
Bump version: 49.0.0 → 49.0.1v49.0.1
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/2228.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 05ff5f18..87d756b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.0.0 +current_version = 49.0.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index bd67931d..a38b610b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.0.1 +------- + +* #2228: Applied fix for pypa/distutils#3, restoring expectation that spawn will raise a DistutilsExecError when attempting to execute a missing file. + + v49.0.0 ------- diff --git a/changelog.d/2228.misc.rst b/changelog.d/2228.misc.rst deleted file mode 100644 index be6b199d..00000000 --- a/changelog.d/2228.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Applied fix for pypa/distutils#3, restoring expectation that spawn will raise a DistutilsExecError when attempting to execute a missing file. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.0.0 +version = 49.0.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |