From 50f7b37ccdffd2ba15980eb37a6b6b0d21d64fa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:05:54 +0000 Subject: [PATCH] Prepare release 1.4.3 Workflow: Release stage 1 - create release PR, run: 19 --- 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 1e5efb5..058216b 100644 --- a/cylc/sphinx_ext/__init__.py +++ b/cylc/sphinx_ext/__init__.py @@ -23,7 +23,7 @@ from shutil import copyfile -__version__ = '1.4.2' +__version__ = '1.4.3' # map sub directory name to the name of the sphinx registration function