Skip to content

Commit 2cd38b3

Browse files
authored
Merge pull request #6983 from cylc/prepare-8.5.3
Prepare release: 8.5.3
2 parents cc49761 + f098ebf commit 2cd38b3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1111

1212
<!-- towncrier release notes start -->
1313

14+
## __cylc-8.5.3 (Released 2025-09-09)__
15+
16+
### 🔧 Fixes
17+
18+
[#6590](https://github.com/cylc/cylc-flow/pull/6590) - Fix validation of conditional expressions with negative integer offsets larger than `-P1`.
19+
20+
[#6980](https://github.com/cylc/cylc-flow/pull/6980) - Fixed a bug where the GUI views would go blank when reloading a workflow.
21+
1422
## __cylc-8.5.2 (Released 2025-09-04)__
1523

1624
### 🚀 Enhancements

changes.d/6590.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6980.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

cylc/flow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def environ_init():
5353

5454
environ_init()
5555

56-
__version__ = '8.5.3.dev'
56+
__version__ = '8.5.3'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)