From 01f185a35873979af27904258fc3aee44efeafef Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Mon, 1 Dec 2025 21:48:55 -0500 Subject: [PATCH] chore: version bump scriptworker 62.2.2 --- HISTORY.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 197d8e62..de32850a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,11 +4,20 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.2.2 - 2025-12-02 +------------------- + +Fixed +~~~~~ + +- CoT constants for Firefox Enterprise + 62.2.1 - 2025-12-01 ------------------- Fixed ~~~~~ + - spurious CoT failure when verifying some tasks chaining to pushes with different .taskcluster.yml 62.2.0 - 2025-11-28 diff --git a/pyproject.toml b/pyproject.toml index 86dc4fe4..5027b074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.2.1" +version = "62.2.2" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },