From 74bbdbf6c6d0714914ecd41a15a83cef85bbfe89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:31:55 +0000 Subject: [PATCH] Prepare release 8.3.2 Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 41 --- CHANGES.md | 12 ++++++++++++ changes.d/6178.fix.md | 1 - changes.d/6186.fix.md | 1 - changes.d/6200.fix.md | 1 - changes.d/6206.fix.md | 1 - cylc/flow/__init__.py | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changes.d/6178.fix.md delete mode 100644 changes.d/6186.fix.md delete mode 100644 changes.d/6200.fix.md delete mode 100644 changes.d/6206.fix.md diff --git a/CHANGES.md b/CHANGES.md index 1edbb2b04d6..061d935a010 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,18 @@ $ towncrier create ..md --content "Short description" +## __cylc-8.3.2 (Released 2024-07-10)__ + +### 🔧 Fixes + +[#6178](https://github.com/cylc/cylc-flow/pull/6178) - Fix an issue where Tui could hang when closing. + +[#6186](https://github.com/cylc/cylc-flow/pull/6186) - Fixed bug where using flow numbers with `cylc set` would not work correctly. + +[#6200](https://github.com/cylc/cylc-flow/pull/6200) - Fixed bug where a stalled paused workflow would be incorrectly reported as running, not paused + +[#6206](https://github.com/cylc/cylc-flow/pull/6206) - Fixes the spawning of multiple parentless tasks off the same sequential wall-clock xtrigger. + ## __cylc-8.3.1 (Released 2024-07-04)__ ### 🔧 Fixes diff --git a/changes.d/6178.fix.md b/changes.d/6178.fix.md deleted file mode 100644 index 7d1b9b0f3f6..00000000000 --- a/changes.d/6178.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix an issue where Tui could hang when closing. diff --git a/changes.d/6186.fix.md b/changes.d/6186.fix.md deleted file mode 100644 index ded5517c0e8..00000000000 --- a/changes.d/6186.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bug where using flow numbers with `cylc set` would not work correctly. \ No newline at end of file diff --git a/changes.d/6200.fix.md b/changes.d/6200.fix.md deleted file mode 100644 index 3b4cf8012cf..00000000000 --- a/changes.d/6200.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bug where a stalled paused workflow would be incorrectly reported as running, not paused \ No newline at end of file diff --git a/changes.d/6206.fix.md b/changes.d/6206.fix.md deleted file mode 100644 index fef5fb1ec24..00000000000 --- a/changes.d/6206.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixes the spawning of multiple parentless tasks off the same sequential wall-clock xtrigger. \ No newline at end of file diff --git a/cylc/flow/__init__.py b/cylc/flow/__init__.py index 2bb0860793c..9bd0a272457 100644 --- a/cylc/flow/__init__.py +++ b/cylc/flow/__init__.py @@ -53,7 +53,7 @@ def environ_init(): environ_init() -__version__ = '8.3.2.dev' +__version__ = '8.3.2' def iter_entry_points(entry_point_name):