Skip to content

Commit 1f50316

Browse files
Merge pull request #6907 from cylc/prepare-8.5.1
Prepare release: 8.5.1
2 parents f24655c + 43f0a0d commit 1f50316

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

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

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

14+
## __cylc-8.5.1 (Released 2025-08-08)__
15+
16+
### 🚀 Enhancements
17+
18+
[#6902](https://github.com/cylc/cylc-flow/pull/6902) - Invalid workflow events in the `mail events` or `handler events` configurations will result in warnings rather than errors.
19+
1420
## __cylc-8.5.0 (Released 2025-07-24)__
1521

1622
### 🚀 Enhancements

changes.d/6902.feat.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.1.dev'
56+
__version__ = '8.5.1'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)