From 027aaf51e3ed965497238e05c0412af57f8b8b4c Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 3 Jul 2020 12:49:09 +0100 Subject: [PATCH] release: 1.1.0 --- 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 e821101..a2dbed1 100644 --- a/cylc/sphinx_ext/__init__.py +++ b/cylc/sphinx_ext/__init__.py @@ -22,7 +22,7 @@ import os -__version__ = '1.0.0' +__version__ = '1.1.0' def register_static(app, extension):