diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-13 18:59:34 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-13 18:59:34 -0400 |
| commit | a7f6ad46b07d51fce91e74b3777d70cbd4168f0f (patch) | |
| tree | 6d8b432efb01f3bb019bbc4393fcc34fe3b910e5 | |
| parent | 6f7c26250a2d9e64a823f10224522dd40d2f163f (diff) | |
| download | python-setuptools-git-a7f6ad46b07d51fce91e74b3777d70cbd4168f0f.tar.gz | |
Bump version: 49.4.0 → 49.5.0v49.5.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 8 | ||||
| -rw-r--r-- | changelog.d/2306.change.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 547dc886..7ecebcd9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.4.0 +current_version = 49.5.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index ac071459..534e15a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v49.5.0 +------- + +* #2306: When running as a PEP 517 backend, setuptools does not try to install + ``setup_requires`` itself. They are reported as build requirements for the + frontend to install. + + v49.4.0 ------- diff --git a/changelog.d/2306.change.rst b/changelog.d/2306.change.rst deleted file mode 100644 index 1046eae3..00000000 --- a/changelog.d/2306.change.rst +++ /dev/null @@ -1,3 +0,0 @@ -When running as a PEP 517 backend, setuptools does not try to install -``setup_requires`` itself. They are reported as build requirements for the -frontend to install. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.4.0 +version = 49.5.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
