From fe01d808342e3bef2fb44600d61afdc1dfd1280c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:09:02 +0000 Subject: [PATCH] Prepare release 8.2.3 Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 29 --- CHANGES.md | 12 ++++++++++++ changes.d/5660.fix.md | 1 - changes.d/5753.fix.md | 1 - changes.d/5776.fix.md | 1 - changes.d/5791.fix.md | 1 - cylc/flow/__init__.py | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changes.d/5660.fix.md delete mode 100644 changes.d/5753.fix.md delete mode 100644 changes.d/5776.fix.md delete mode 100644 changes.d/5791.fix.md diff --git a/CHANGES.md b/CHANGES.md index 9a5af5524fe..4dfe61f42db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,18 @@ $ towncrier create ..md --content "Short description" +## __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 diff --git a/changes.d/5660.fix.md b/changes.d/5660.fix.md deleted file mode 100644 index 65cdea538a9..00000000000 --- a/changes.d/5660.fix.md +++ /dev/null @@ -1 +0,0 @@ -Re-worked graph n-window algorithm for better efficiency. diff --git a/changes.d/5753.fix.md b/changes.d/5753.fix.md deleted file mode 100644 index 47380af7ab5..00000000000 --- a/changes.d/5753.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bug where execution time limit polling intervals could end up incorrectly applied diff --git a/changes.d/5776.fix.md b/changes.d/5776.fix.md deleted file mode 100644 index d123c2cb24f..00000000000 --- a/changes.d/5776.fix.md +++ /dev/null @@ -1 +0,0 @@ -Ensure that submit-failed tasks are marked as incomplete (so remain visible) when running in back-compat mode. diff --git a/changes.d/5791.fix.md b/changes.d/5791.fix.md deleted file mode 100644 index 8743451aab8..00000000000 --- a/changes.d/5791.fix.md +++ /dev/null @@ -1 +0,0 @@ -fix a bug where if multiple clock triggers are set for a task only one was being satisfied. diff --git a/cylc/flow/__init__.py b/cylc/flow/__init__.py index 54ecbc1f571..4b5ecfe206e 100644 --- a/cylc/flow/__init__.py +++ b/cylc/flow/__init__.py @@ -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):