From 1e9e84622c698d5c5fd54652a5dcd06595c64cf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:50:58 +0000 Subject: [PATCH] Prepare release 1.4.2 Workflow: Release stage 1 - create release PR, run: 25 --- CHANGES.md | 10 ++++++++++ changes.d/+2b5b0a3f.ui-version.md | 1 - changes.d/525.fix.md | 3 --- cylc/uiserver/__init__.py | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 changes.d/+2b5b0a3f.ui-version.md delete mode 100644 changes.d/525.fix.md diff --git a/CHANGES.md b/CHANGES.md index dbdf2c65..51a03b4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,16 @@ $ towncrier create ..md --content "Short description" +## cylc-uiserver-1.4.2 (Released 2023-11-29) + +[Updated cylc-ui to 2.3.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md) + +### 🔧 Fixes + +[#525](https://github.com/cylc/cylc-uiserver/pull/525) - Fix bugs when playing workflows using the form: + - Specified Cylc version wasn't working + - Could not play multiple workflows + ## cylc-uiserver-1.4.1 (Released 2023-11-03) [Updated cylc-ui to 2.2.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md) diff --git a/changes.d/+2b5b0a3f.ui-version.md b/changes.d/+2b5b0a3f.ui-version.md deleted file mode 100644 index 1a91347a..00000000 --- a/changes.d/+2b5b0a3f.ui-version.md +++ /dev/null @@ -1 +0,0 @@ -Updated cylc-ui to 2.3.0 \ No newline at end of file diff --git a/changes.d/525.fix.md b/changes.d/525.fix.md deleted file mode 100644 index 60feee88..00000000 --- a/changes.d/525.fix.md +++ /dev/null @@ -1,3 +0,0 @@ -Fix bugs when playing workflows using the form: -- Specified Cylc version wasn't working -- Could not play multiple workflows diff --git a/cylc/uiserver/__init__.py b/cylc/uiserver/__init__.py index 1c383fb1..dd169595 100644 --- a/cylc/uiserver/__init__.py +++ b/cylc/uiserver/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.4.2.dev" +__version__ = "1.4.2" import os from typing import Dict