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"