diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-02 09:57:20 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-02 09:57:20 -0400 |
| commit | d3e754feba46b69bf948009d895303a74d2a41bd (patch) | |
| tree | 16a6b9ed1e0d70de559d505c16418e365f06e8c3 | |
| parent | a83d96eca1ea6d85a366351457dd25beb1663ad4 (diff) | |
| download | python-setuptools-git-d3e754feba46b69bf948009d895303a74d2a41bd.tar.gz | |
Bump version: 49.2.0 → 49.2.1v49.2.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/2257.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 9b3e4085..b534af1b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.2.0 +current_version = 49.2.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 82e6ef66..519330eb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.2.1 +------- + +* #2257: Fixed two flaws in distutils._msvccompiler.MSVCCompiler.spawn. + + v49.2.0 ------- diff --git a/changelog.d/2257.misc.rst b/changelog.d/2257.misc.rst deleted file mode 100644 index 509b372e..00000000 --- a/changelog.d/2257.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed two flaws in distutils._msvccompiler.MSVCCompiler.spawn. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.2.0 +version = 49.2.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
