diff options
| -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 |
