diff --git a/CHANGES.md b/CHANGES.md index 3d4b4c1..025b1a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ creating a new release entry be sure to copy & paste the span tag with the updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> +## __cylc-rose-1.4.1 (Released 2024-07-23)__ + +No significant change - Updated to use feature added at Cylc 8.3.3. +See [#336](https://github.com/cylc/cylc-rose/pull/336) + ## __cylc-rose-1.4.0 (Released 2024-06-18)__ ### Features diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index 89a69e3..2419580 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -232,4 +232,4 @@ """ -__version__ = '1.4.1.dev' +__version__ = '1.4.1'