diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3faa878aab104e4c6980795c8cf4d79f6a69001b..cbf7baae9900599b31717224320667cd078e2eaf 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
 Unreleased
 ----------
 
+`2.10.1`_ - 2022-07-24
+----------------------
+
 Changed
 ~~~~~~~
 
@@ -880,3 +883,4 @@ Fixed
 .. _2.8.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8.1
 .. _2.9: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.9
 .. _2.10: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10
+.. _2.10.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10.1
diff --git a/docs/conf.py b/docs/conf.py
index f8abb48da323b7a1e9c6a59fccb05f3fe702495d..55cb1422da38894574f40742cfbd068a29e27585 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.dev0"
+release = "2.10.2.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 3c4d41da429e94a72ddbe39ff3c27c3919df2814..25fd2f055a4136e7945f970258ebf282747b9379 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.10.1.dev0"
+version = "2.10.2.dev0"
 packages = [
     { include = "aleksis" }
 ]