From 3957989a44b017c9b70c96cc3cf9a0468d196069 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Mon, 27 Jul 2026 14:35:38 -0400 Subject: [PATCH] chore: version bump 24.2.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1d8a22e..32218a72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [24.2.1] - 2026-07-27 + +### Fixed + +- Don't run nested ProcessPoolExecutors (#1008) + ## [24.2.0] - 2026-07-15 ### Added diff --git a/pyproject.toml b/pyproject.toml index b3074343d..bd6a70ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "24.2.0" +version = "24.2.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index e3fe53c15..e5d9b1513 100644 --- a/uv.lock +++ b/uv.lock @@ -3176,7 +3176,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "24.2.0" +version = "24.2.1" source = { editable = "." } dependencies = [ { name = "appdirs" },