diff --git a/CHANGES.md b/CHANGES.md index 65e0c18..a26e3ec 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.5.0 (Upcoming)__ +## __cylc-rose-1.5.0 (Released 2025-01-09)__ [#353](https://github.com/cylc/cylc-rose/pull/353) - Remove Empy support. Cylc has dropped empy support at Cylc 8.4.0. diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py index b4a9bb4..e18c016 100644 --- a/cylc/rose/__init__.py +++ b/cylc/rose/__init__.py @@ -232,4 +232,4 @@ """ -__version__ = '1.5.0.dev' +__version__ = '1.5.0'