From 47e8c4edf843c776ab087d0c50020fafd59c0eca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:05:44 +0100 Subject: [PATCH] Prepare release: 2.0.1 (#2613) * Prepare release 2.0.1 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 11 * Update CHANGES.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com> --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 58b585730a..cec9fec942 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.1 (Released 2022-07-28) +## 2.0.1 (Released 2022-09-14) ### Fixes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index afeb2890f7..260cc098e8 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.0.1.dev" +__version__ = "2.0.1"