diff --git a/CHANGES.md b/CHANGES.md index 1ba85b1fe..ae93e40dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,10 +11,13 @@ ones in. --> -------------------------------------------------------------------------------- -## 2.0.3 (Coming Soon) +## 2.0.3 (Released 2023-02-13) ### Fixes +[#2666](https://github.com/metomi/rose/pull/2666) - +Fix issues with `rose date` when run in integer cycling Cylc workflows. + [#2670](https://github.com/metomi/rose/pull/2670) - Rose Macro made to follow Python 2 type comparison rules. diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 08b8cab4e..233def765 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.3.dev" +__version__ = "2.0.3"