From 68abb84fbc8308e10e2eefce099e44017bb9b40a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 11:00:35 +0000 Subject: [PATCH] Prepare release 2.1.0 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 17 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ee2b03f8b9..cdc413c641 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.1.0 (Awaiting Release) +## 2.1.0 (Released 2023-07-21) ### Fixes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 0254e7bc76..a0a5e88221 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.1.0.dev" +__version__ = "2.1.0"