Skip to content

Commit

Permalink
Merge pull request #5807 from cylc/prepare-8.2.3
Browse files Browse the repository at this point in the history
Prepare release: 8.2.3
  • Loading branch information
MetRonnie authored Nov 2, 2023
2 parents b23a486 + fe01d80 commit f5dec23
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 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.2.3 (Released 2023-11-02)__

### 🔧 Fixes

[#5660](https://github.com/cylc/cylc-flow/pull/5660) - Re-worked graph n-window algorithm for better efficiency.

[#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.

[#5791](https://github.com/cylc/cylc-flow/pull/5791) - fix a bug where if multiple clock triggers are set for a task only one was being satisfied.

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

### 🚀 Enhancements
Expand Down
1 change: 0 additions & 1 deletion changes.d/5660.fix.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.

1 change: 0 additions & 1 deletion changes.d/5791.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.2.3.dev'
__version__ = '8.2.3'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit f5dec23

Please sign in to comment.