diff --git a/README_SETUP.md b/README_SETUP.md
index 7817d67fd141ddd977ad1f7a5f02152aa0711a56..a264669cf08c61686a064d96f66c0548f94c2ce8 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -1,7 +1,7 @@
 # Getting Started with the CaosDB Server
 
 Here, you find information on requirements, the installation, configuration and
-more. Note, that building the CaosDB Server from the sources and maintaining 
+more. Note, that building the CaosDB Server from the sources and maintaining
 the server requires the knowledge/skill of an experienced Linux administrator.
 
 ## Requirements
diff --git a/pom.xml b/pom.xml
index 733a5b4ca3c741fef0d611885327545eee8c0129..01e89e1d0ccbf4323741649a471ef77325af05bc 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.8.0-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <scm>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 079eec42b21b3532e30c21ceaf8afe5a8ea7f35b..8f0c38e22e250219b73aaa3c614e90523c2f4772 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -21,13 +21,13 @@ import sphinx_rtd_theme
 # -- Project information -----------------------------------------------------
 
 project = 'caosdb-server'
-copyright = '2020, IndiScale GmbH'
+copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.8.0'
+version = '0.7.3'
 # The full version, including alpha/beta/rc tags
-release = '0.8.0-SNAPSHOT'
+release = '0.7.3'
 
 
 # -- General configuration ---------------------------------------------------