From 48f76350bed9cf0601e25d70f6507aa794b8267f Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 6 Jan 2026 16:02:22 +0100 Subject: [PATCH] scriptworker v62.3.0 --- HISTORY.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b83d585c..6d88f2cf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,14 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.3.0 - 2026-01-06 +------------------- + +Added +~~~~~ + +- `translations-1/decision` is a valid pool for decision tasks + 62.2.3 - 2025-12-05 ------------------- diff --git a/pyproject.toml b/pyproject.toml index fad862e3..9f963e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.2.3" +version = "62.3.0" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },