From 836d10b0e78ead81b89e0ffb72619d880d90b855 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:51:01 +0000 Subject: [PATCH 1/4] Prepare release 2.3.0 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 19 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 326a59e8b..9673a0d15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.2.0 (Released 2024-01-18) +## 2.2.0 (Released 2024-06-18) ### Breaking Changes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index d41e83751..53f6ccc39 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.3.0.dev" +__version__ = "2.3.0" From 9f01b89526a6e02fa1c1fbdf23b6f2c6e1a34b25 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Tue, 18 Jun 2024 13:42:53 +0100 Subject: [PATCH 2/4] add changelog entry for 2.3.0 --- CHANGES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9673a0d15..baca044c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,13 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.2.0 (Released 2024-06-18) +## 2.3.0 (Released 2024-06-18) + +Minor changes required for compatibility with cylc-flow 8.3.0 (via cylc-rose). + +-------------------------------------------------------------------------------- + +## 2.2.0 (Released 2024-01-18) ### Breaking Changes From 41be27108ef67dd10b4043923e564cce7d45935d Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Tue, 18 Jun 2024 14:25:46 +0100 Subject: [PATCH 3/4] Update CHANGES.md Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index baca044c6..91cf85c99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,9 @@ ones in. --> Minor changes required for compatibility with cylc-flow 8.3.0 (via cylc-rose). +### Enhancements + +[#2754](https://github.com/metomi/rose/pull/2754) - support for file creation from Git repositories -------------------------------------------------------------------------------- ## 2.2.0 (Released 2024-01-18) From a78ece149653d5f909d1c1b6cd8d190b1039d103 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:12:10 +0100 Subject: [PATCH 4/4] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 91cf85c99..bb57daf35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Minor changes required for compatibility with cylc-flow 8.3.0 (via cylc-rose). ### Enhancements [#2754](https://github.com/metomi/rose/pull/2754) - support for file creation from Git repositories + -------------------------------------------------------------------------------- ## 2.2.0 (Released 2024-01-18)