Skip to content

Commit

Permalink
Prepare release 8.9.10
Browse files Browse the repository at this point in the history
Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 8
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent 30cb615 commit fff4c15
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.9.10 (Released 2023-11-29)__

### 🚀 Enhancements

[#5571](https://github.com/cylc/cylc-flow/pull/5571) - Make workflow `CYLC_` variables available to the template processor during parsing.

### 🔧 Fixes

[#5753](https://github.com/cylc/cylc-flow/pull/5753) - Fixed bug where execution time limit polling intervals could end up incorrectly applied

[#5776](https://github.com/cylc/cylc-flow/pull/5776) - Ensure that submit-failed tasks are marked as incomplete (so remain visible) when running in back-compat mode.

## __cylc-8.2.2 (Released 2023-10-05)__

### 🚀 Enhancements
Expand Down
1 change: 0 additions & 1 deletion changes.d/5571.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/5753.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/5776.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def environ_init():

environ_init()

__version__ = '8.3.0.dev'
__version__ = '8.9.10'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit fff4c15

Please sign in to comment.