From 8afb618270654b9a8f31fa72cff7580dcf5b86fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:31:09 +0000 Subject: [PATCH] Prepare release 2.2.0 Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 18 --- CHANGES.md | 2 +- metomi/rose/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 625213baa..326a59e8b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.2.0 (Upcoming) +## 2.2.0 (Released 2024-01-18) ### Breaking Changes diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 5e459d048..0ea022b78 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.1.dev" +__version__ = "2.2.0"