From f3947f88aca8e40230f0840579f50ae895a6d434 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 13:43:24 +0100 Subject: [PATCH] Prepare release: 2.0rc3 (#2594) * Prepare release 2.0rc3 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 9 * Tweak change log. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hilary James Oliver --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 71cfe163c2..4372cda092 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.0rc3 (Awaiting Release) +## 2.0rc3 (Released 2022-05-20) ### Fixes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 44cd3481a6..1165c8c690 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.0rc3.dev" +__version__ = "2.0rc3"