From 0f2533f490f456ce18897fe596ab37de40acc4d0 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:03:37 +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 29b790d4..0a4ef217 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.X.Y'
+version = '0.2.0'
 # The full version, including alpha/beta/rc tags
-release = '0.x.y-beta-rc2'
+release = '0.2.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab