From e5c1e8103d636e2a1b2071da810a9af0ff33f205 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Tue, 1 Feb 2022 09:07:33 +0100 Subject: [PATCH] MAINT: Added version to docs. Not increasing version number, because nothing was changed at the code level. --- src/doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/conf.py b/src/doc/conf.py index fef2ee67..4ff5e33e 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -27,9 +27,9 @@ copyright = '2021, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.X.Y' +version = '0.3.1' # The full version, including alpha/beta/rc tags -release = '0.x.y-beta-rc2' +release = '0.3.1' # -- General configuration --------------------------------------------------- -- GitLab