From 92637506762c9f655cf764c59b832b05b2a1cd27 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Thu, 4 Dec 2025 16:20:15 -0500 Subject: [PATCH] chore: version bump 62.2.3 --- HISTORY.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index de32850a..d46dbaa8 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.2.3 - 2025-12-04 +------------------- + +Fixed +~~~~~ + +- Added some Thunderbird CoT restricted scopes + 62.2.2 - 2025-12-02 ------------------- diff --git a/pyproject.toml b/pyproject.toml index 5027b074..fad862e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.2.2" +version = "62.2.3" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },