diff --git a/docs/conf.py b/docs/conf.py
index 28e42880a3d3ccf4d91945082360ea96fcde55f2..13185344985c302e3e02c6960487c2ee0a0d56c7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.3"
+version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "2.3.3.dev0"
+release = "3.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------