From d0b1766157b82f385824161472b032989e9d9b2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:53:49 +0000 Subject: [PATCH 1/2] Prepare release 1.3.3 Workflow: Release stage 1 - create release PR, run: 36 --- CHANGES.md | 2 +- cylc/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6bce1280..e9e2bb80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,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. --> -## __cylc-rose-1.3.3 (Awaiting Release)__ +## __cylc-rose-1.3.3 (Released 2024-04-05)__ [#300](https://github.com/cylc/cylc-rose/pull/300) - Fix issues which could cause "fcm_make" and "rose_prune" tasks intermittently diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index 86cee7e4..d5dc797b 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -205,4 +205,4 @@ """ -__version__ = '1.3.3.dev' +__version__ = '1.3.3' From 4b58132220cc74b955366bafecd76c3fc6321f3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:02:58 +0100 Subject: [PATCH 2/2] Bump dev version (#306) Workflow: Release stage 2 - auto publish, run: 45 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- cylc/rose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index d5dc797b..a14d3a5d 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -205,4 +205,4 @@ """ -__version__ = '1.3.3' +__version__ = '1.3.4.dev'