From e9e5622f21f8c4d049136f5d65af4b8e9cc1c3fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 17:36:16 +0000 Subject: [PATCH] Prepare release 2.0b3 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 3 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a9d74c446b..eadd0dd14e 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.0b3 (TBC) +## 2.0b3 (Released 2021-11-10) For use with Cylc see [Cylc-Rose](https://github.com/cylc/cylc-rose). diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index bc326ed62e..89334883fe 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.0b2" +__version__ = "2.0b3"