diff --git a/README.md b/README.md
index 0418ea02142f68c12b82c1c871800c417bd4bf5e..4172b6eccfde64c1ef8620857842b0b7eb74e8f4 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ poetry shell
 
 # Changelog
 
-## 2.0.0 (2022-04-x)
+## 2.0.0 (2022-04-28)
 
 - Compatible with ICARTT v2 standard
 - Formats 1001 and 2110
diff --git a/docs/conf.py b/docs/conf.py
index c92353667345ec085984d4513ea8f7c378cf5459..49331ae28d91cd39c43e3e0c1d81189e118f6d32 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,11 +18,11 @@
 # -- Project information -----------------------------------------------------
 
 project = "ICARTT"
-copyright = "2022, Christoph Knote"
+copyright = "2022, Christoph Knote, Model-based Environmental Exposure Science, University Augsburg, Augsburg, Germany"
 author = "Christoph Knote"
 
 # The full version, including alpha/beta/rc tags
-release = "2.0"
+release = "2.0.0"
 
 
 # -- General configuration ---------------------------------------------------