From 594d80406f96d31b7431f49e786494fee7d57d2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:26:28 +0000 Subject: [PATCH] Prepare release 8.3.1 Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 39 --- CHANGES.md | 10 ++++++++++ changes.d/6130.fix.md | 1 - changes.d/6170.fix.md | 1 - changes.d/6176.fix.md | 1 - cylc/flow/__init__.py | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changes.d/6130.fix.md delete mode 100644 changes.d/6170.fix.md delete mode 100644 changes.d/6176.fix.md diff --git a/CHANGES.md b/CHANGES.md index 43b40c86eed..1edbb2b04d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,16 @@ $ towncrier create ..md --content "Short description" +## __cylc-8.3.1 (Released 2024-07-04)__ + +### 🔧 Fixes + +[#6130](https://github.com/cylc/cylc-flow/pull/6130) - Prevent commands accepting job IDs where it doesn't make sense. + +[#6170](https://github.com/cylc/cylc-flow/pull/6170) - Fix an issue where the Cylc logo could appear in the workflow log. + +[#6176](https://github.com/cylc/cylc-flow/pull/6176) - Fix bug where jobs which fail to submit are not shown in GUI/TUI if submission retries are set. + ## __cylc-8.3.0 (Released 2024-06-18)__ ### ⚠ Breaking Changes diff --git a/changes.d/6130.fix.md b/changes.d/6130.fix.md deleted file mode 100644 index 8423bfdcd40..00000000000 --- a/changes.d/6130.fix.md +++ /dev/null @@ -1 +0,0 @@ -Prevent commands accepting job IDs where it doesn't make sense. \ No newline at end of file diff --git a/changes.d/6170.fix.md b/changes.d/6170.fix.md deleted file mode 100644 index 1675c7dfe7c..00000000000 --- a/changes.d/6170.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix an issue where the Cylc logo could appear in the workflow log. diff --git a/changes.d/6176.fix.md b/changes.d/6176.fix.md deleted file mode 100644 index e6f6de8886d..00000000000 --- a/changes.d/6176.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix bug where jobs which fail to submit are not shown in GUI/TUI if submission retries are set. \ No newline at end of file diff --git a/cylc/flow/__init__.py b/cylc/flow/__init__.py index 40718ebdf7e..96d02a90c11 100644 --- a/cylc/flow/__init__.py +++ b/cylc/flow/__init__.py @@ -53,7 +53,7 @@ def environ_init(): environ_init() -__version__ = '8.3.1.dev' +__version__ = '8.3.1' def iter_entry_points(entry_point_name):