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"
11
11
12
12
<!-- towncrier release notes start -->
13
13
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
+
14
22
## __ cylc-8.5.2 (Released 2025-09-04)__
15
23
16
24
### 🚀 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():
53
53
54
54
environ_init ()
55
55
56
- __version__ = '8.5.3.dev '
56
+ __version__ = '8.5.3'
57
57
58
58
59
59
def iter_entry_points (entry_point_name ):
You can’t perform that action at this time.
0 commit comments