diff --git a/docs/conf.py b/docs/conf.py
index f70454e6702fdbe3f890688161d24e574c9f2bec..173636f66e66bd42917e917bf5599c1c6b2b2bee 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.10"
 # The full version, including alpha/beta/rc tags
-release = "2.10.1"
+release = "2.10.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index eaea4cffb1a3bfa2b9c4c6f8ece7b6a78a82806c..a67be906f2698470720c5537f9ff99d6468eaaed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.10.1"
+version = "2.10.2"
 packages = [
     { include = "aleksis" }
 ]