diff --git a/pom.xml b/pom.xml
index 2ead76bbe4938f597f2f03462078449181c8bf14..55c4496e5d088d1b787b3a9afeacb63427729736 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.caosdb</groupId>
   <artifactId>caosdb-server</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.1</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <scm>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index ad278446b9c30d20d2664809db9ffc14039222f1..214c842f9dfd594d064be47fd6fd541a5d6e9b52 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.7'
+version = '0.7.1'
 # The full version, including alpha/beta/rc tags
-release = '0.7.0-SNAPSHOT'
+release = '0.7.1'
 
 
 # -- General configuration ---------------------------------------------------