From f9acd0dcc347ad267d77c3294a92d112cc0d1c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 18 Oct 2023 11:39:24 +0200 Subject: [PATCH] REL: 6.0.1 --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 02d6ce6..b4e7e4b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,7 +28,7 @@ author = 'Daniel Hornung' # The short X.Y version version = '6.0' # The full version, including alpha/beta/rc tags -release = '6.0.0' +release = '6.0.1' # -- General configuration --------------------------------------------------- @@ -46,7 +46,7 @@ extensions = [ 'sphinx.ext.todo', "sphinx.ext.autodoc", "recommonmark", # For markdown files. - # 'autoapi.extension', + # 'autoapi.extension', # 'sphinx.ext.intersphinx', # 'sphinx.ext.napoleon', # For Google style docstrings "sphinx_rtd_theme", -- GitLab