From 04129495ce97f9fe059b96f0a0ab6bc5c563db4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:44:52 +0100 Subject: [PATCH] Prepare release 1.4.2 (#78) Workflow: Release stage 1 - create release PR, run: 18 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- cylc/sphinx_ext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/sphinx_ext/__init__.py b/cylc/sphinx_ext/__init__.py index 1b58709..1e5efb5 100644 --- a/cylc/sphinx_ext/__init__.py +++ b/cylc/sphinx_ext/__init__.py @@ -23,7 +23,7 @@ from shutil import copyfile -__version__ = '1.4.1' +__version__ = '1.4.2' # map sub directory name to the name of the sphinx registration function