diff --git a/docs/conf.py b/docs/conf.py
index ab5aafec4525577676dba18b64f8652f9fe94c04..58cca17c9ae69b4ed518c1093e530caba0abc306 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "3.2"
 # The full version, including alpha/beta/rc tags
-release = "3.2.1"
+release = "3.2.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 76d94b1e52fea13034daafc7f2e2ce0f0d5ea510..04d608017382d7ddf2a8b50dff603fefa0b1e786 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "3.2.1"
+version = "3.2.2"
 packages = [
     { include = "aleksis" }
 ]