From 7ee29bd9ade19515c9521911c2d243817c021ee8 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 3 Sep 2024 08:49:09 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2074.1.0=20=E2=86=92=2074.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 9 +++++++++ newsfragments/1902.bugfix.rst | 1 - pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 newsfragments/1902.bugfix.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 459cd01324..a80e6ea38c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 74.1.0 +current_version = 74.1.1 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index fa5f4597b1..5629e16a0e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v74.1.1 +======= + +Bugfixes +-------- + +- Fixed TypeError in ``msvc.EnvironmentInfo.return_env`` when no runtime redistributables are installed. (#1902) + + v74.1.0 ======= diff --git a/newsfragments/1902.bugfix.rst b/newsfragments/1902.bugfix.rst deleted file mode 100644 index 5b2d0b7ba5..0000000000 --- a/newsfragments/1902.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed TypeError in ``msvc.EnvironmentInfo.return_env`` when no runtime redistributables are installed. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 072a333645..3c9a9480c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "74.1.0" +version = "74.1.1" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]