From 9e5d11190c2157105079e1471aba933b13e165ef Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 2 Nov 2022 09:22:25 +0100
Subject: [PATCH] REL: Set version in docu

---
 src/doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doc/conf.py b/src/doc/conf.py
index e01e6786..48707c8b 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -28,7 +28,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '0.9.0'
 # The full version, including alpha/beta/rc tags
-release = '0.9.0-SNAPSHOT'
+release = '0.9.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab