From 11e16067c5ba13a7a40857e91f00ebcd610921ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:53:46 +0000 Subject: [PATCH 1/2] Prepare release 2.0.3 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 14 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1ba85b1fe..e3692e6dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.0.3 (Coming Soon) +## 2.0.3 (Released 2023-02-13) ### Fixes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 08b8cab4e..233def765 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.0.3.dev" +__version__ = "2.0.3" From 2d4303b514b959a758df67db84a1dc9bd78af5b1 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Tue, 14 Feb 2023 10:15:00 +0000 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e3692e6dc..ae93e40dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,9 @@ ones in. --> ### Fixes +[#2666](https://github.com/metomi/rose/pull/2666) - +Fix issues with `rose date` when run in integer cycling Cylc workflows. + [#2670](https://github.com/metomi/rose/pull/2670) - Rose Macro made to follow Python 2 type comparison rules.