diff --git a/CHANGES.md b/CHANGES.md
index 86f4cbdf..7b5489a2 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.3.0 (Upcoming)__
+## __cylc-rose-1.3.0 (Released 2023-07-21)__
### Fixes
diff --git a/cylc/rose/__init__.py b/cylc/rose/__init__.py
index bf22977e..2dbfaff8 100644
--- a/cylc/rose/__init__.py
+++ b/cylc/rose/__init__.py
@@ -205,4 +205,4 @@
"""
-__version__ = '1.3.0.dev'
+__version__ = '1.3.0'