diff --git a/src/doc/conf.py b/src/doc/conf.py
index 29b790d4d445f2f9c155a0858b00a1a289e0ec4e..0a4ef217b1dea1c7504c69b85150d563d5037bf8 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 ---------------------------------------------------