From 81942a1e8291f2ed66e83e1aed37fcdf16f5b2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Thu, 17 Dec 2020 11:01:31 +0100 Subject: [PATCH] DOC: fix version --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 03c3979..dde0fdb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2020, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.X.Y' +version = '3.0.0' # The full version, including alpha/beta/rc tags -release = '0.x.y-beta-rc2' +release = '3.0.0' # -- General configuration --------------------------------------------------- -- GitLab