From df12af43bf984f06fb0cae9f91b3abb89c4dfbc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 09:49:12 +0000 Subject: [PATCH] Prepare release 1.4.1 Workflow: Release stage 1 - create release PR, run: 16 --- 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 9ffb74e..1b58709 100644 --- a/cylc/sphinx_ext/__init__.py +++ b/cylc/sphinx_ext/__init__.py @@ -23,7 +23,7 @@ from shutil import copyfile -__version__ = '1.4.0' +__version__ = '1.4.1' # map sub directory name to the name of the sphinx registration function