diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-01 21:47:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-01 21:47:04 -0400 |
commit | 400b71c9b932893ab97dd6368ae7bfb822064a87 (patch) | |
tree | 7d8844fb031b706e964744a8feb94b1b8c0e080b | |
parent | d2e529896bcde20559da3fa2c01e825d218fdb18 (diff) | |
download | python-setuptools-git-400b71c9b932893ab97dd6368ae7bfb822064a87.tar.gz |
Bump version: 50.0.2 → 50.0.3v50.0.3
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/2363.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 e2973162..e85c79bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 50.0.2 +current_version = 50.0.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 435a7b46..8f192618 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v50.0.3 +------- + +* #2363: Restore link_libpython support on Python 3.7 and earlier (see pypa/distutils#9). + + v50.0.2 ------- diff --git a/changelog.d/2363.misc.rst b/changelog.d/2363.misc.rst deleted file mode 100644 index 3ac5d9ce..00000000 --- a/changelog.d/2363.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Restore link_libpython support on Python 3.7 and earlier (see pypa/distutils#9). @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 50.0.2 +version = 50.0.3 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |