From c62d5b22a70f0354506356de01ffe1c918736731 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 21:48:21 +0000 Subject: [PATCH] Prepare release 8.0b1 Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 4 --- CHANGES.md | 2 +- cylc/flow/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ea82a3226e0..7efeef8bb2d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,7 +47,7 @@ creating a new release entry be sure to copy & paste the span tag with the updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> ------------------------------------------------------------------------------- -## __cylc-8.0b1 (Released 2021-04-??)__ +## __cylc-8.0b1 (Released 2021-04-21)__ ### Enhancements diff --git a/cylc/flow/__init__.py b/cylc/flow/__init__.py index 5f4b7a5d884..4f0b658929b 100644 --- a/cylc/flow/__init__.py +++ b/cylc/flow/__init__.py @@ -52,4 +52,4 @@ def environ_init(): environ_init() -__version__ = '8.0b1.dev' +__version__ = '8.0b1'