diff --git a/CHANGES.md b/CHANGES.md index 0e249a2..6efa639 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ 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.2 (Upcoming)__ +## __cylc-rose-1.4.2 (Released 2024-11-07)__ [#345](https://github.com/cylc/cylc-rose/pull/345) - Fix an issue where `cylc vr` could report erroneous validation failures. diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index aee81ce..319e12e 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -232,4 +232,4 @@ """ -__version__ = '1.4.2.dev' +__version__ = '1.4.2'