From 6b5d1c5be4d84e2f69e0c82203cf3562568f1142 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:26:21 +0000 Subject: [PATCH] Prepare release 2.0.0 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 10 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3550831995..cb38d7cb7f 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.0.0 (Upcoming) +## 2.0.0 (Released 2022-07-28) 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 c6735ae3b6..f555deb0e3 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.0rc4.dev" +__version__ = "2.0.0"