File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def environ_init():
5353
5454environ_init ()
5555
56- __version__ = '8.5.3.dev '
56+ __version__ = '8.5.3'
5757
5858
5959def iter_entry_points (entry_point_name ):
You can’t perform that action at this time.
0 commit comments