From be3d2eb0a3b3396a74f0f969f946991b855cab4e 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:00:23 +0100
Subject: [PATCH] DOC: fix version

---
 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 6e20f185..9e2924ae 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -27,9 +27,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.X.Y'
+version = '0.4.0'
 # The full version, including alpha/beta/rc tags
-release = '0.x.y-beta-rc2'
+release = '0.4.0-rc'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab