Skip to content

Commit 204db41

Browse files
authored
Merge pull request #6997 from cylc/prepare-8.5.4
Prepare release: 8.5.4
2 parents c2f2915 + 2af905d commit 204db41

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.4 (Released 2025-09-19)__
15+
16+
### 🔧 Fixes
17+
18+
[#6817](https://github.com/cylc/cylc-flow/pull/6817) - Fixes two rare bugs associated with reloading the workflow configuration after removing tasks or xtriggers.
19+
20+
[#6990](https://github.com/cylc/cylc-flow/pull/6990) - Fix a bug where setting 'batch system' and not setting host could lead to the wrong platform being selected.
21+
1422
## __cylc-8.5.3 (Released 2025-09-09)__
1523

1624
### 🔧 Fixes

changes.d/6817.fix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes.d/6990.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.4.dev'
56+
__version__ = '8.5.4'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)