From 5889ebda1e31b1c3d2e79d4d27aa0e71f94c3f81 Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Tue, 18 Oct 2022 18:57:06 +0200 Subject: [PATCH] Bump doc version --- src_docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_docs/source/conf.py b/src_docs/source/conf.py index bdd4739..0d8db60 100644 --- a/src_docs/source/conf.py +++ b/src_docs/source/conf.py @@ -22,7 +22,7 @@ copyright = '2021-2022, Magnus Persson' author = 'Magnus Persson' # The full version, including alpha/beta/rc tags -release = '1.1.0' +release = '1.2.0' # -- General configuration ---------------------------------------------------