From caa74403d0d6fd7dbcc145f332e520f571594cf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:27:26 +0000 Subject: [PATCH] Prepare release 2.0rc1 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 6 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6c03a766cc..ab043cc549 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,7 @@ updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> -------------------------------------------------------------------------------- -## 2.0rc1 () +## 2.0rc1 (Released 2022-02-17) [#2510](https://github.com/metomi/rose/pull/2510) - Re-enable Rosie ID to work with Cylc 8 Version control recording diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 89334883fe..1214221ee8 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.0b3" +__version__ = "2.0rc1"