From 13966abeed199cf5fa8762d76b661fd7fd7917c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:26:48 +0000 Subject: [PATCH 1/4] Prepare release 2.4.0 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 22 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef8595694..4bf3bc1b7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ creating a new release entry be sure to copy & paste the span tag with the updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> -## 2.3.2 (Released 2024-11-11) +## 2.3.2 (Released 2025-01-08) ### Fixes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 9f357664f..ff202275f 100644 --- a/metomi/rose/__init__.py +++ b/metomi/rose/__init__.py @@ -144,4 +144,4 @@ # Paths in the Rose distribution. FILEPATH_README = "README.md" -__version__ = "2.4.0.dev" +__version__ = "2.4.0" From 4cf498795bf17aad242ee924db5aae414bac0dc5 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:40:00 +0000 Subject: [PATCH 2/4] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4bf3bc1b7..786786cb9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ creating a new release entry be sure to copy & paste the span tag with the updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> -## 2.3.2 (Released 2025-01-08) +## 2.4.0 (Released 2025-01-08) ### Fixes From a88f86c89bbf73e5af416b88ee9919507fc5b3dd Mon Sep 17 00:00:00 2001 From: Tim Pillinger Date: Wed, 8 Jan 2025 16:26:04 +0000 Subject: [PATCH 3/4] fix changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 786786cb9..b2eca5466 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ ones in. --> ## 2.4.0 (Released 2025-01-08) +No significant changes. + +## 2.3.2 (Released 2024-11-11) + ### Fixes [#2818](https://github.com/metomi/rose/pull/2818) - From 9f6d9ff0835413ccb890e6d9fa0218c8e6a6fed6 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:27:43 +0000 Subject: [PATCH 4/4] Apply suggestions from code review --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b2eca5466..76c5ad6b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> ## 2.4.0 (Released 2025-01-08) -No significant changes. +No significant changes. Released for consistency with Cylc release cycle. ## 2.3.2 (Released 2024-11-11)