diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9e27918ef1db7075daefd321dba9d175d83206c8..aa9e24b50ca411a7bce65883b66b41fc262a17c2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,11 +9,15 @@ and this project adheres to `Semantic Versioning`_.
 Unreleased
 ----------
 
+`2.7.2`_ - 2022-01-31
+---------------------
+
 Changed
 ~~~~~~~
 
 * [Dev] The (undocumented) setting PDF_CONTEXT_PROCESSORS is now named NON_REQUEST_CONTEXT_PROCESSORS
 * [Docker] Cache is now cleared if migrations are applied
+* Update German translations.
 
 Fixed
 ~~~~~
@@ -707,3 +711,4 @@ Fixed
 .. _2.6: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.6
 .. _2.7: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7
 .. _2.7.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.1
+.. _2.7.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.2
diff --git a/docs/conf.py b/docs/conf.py
index ece3564f48d5fdc2fae958ed2bc32cdd5e235113..b4ae8848dea26ac31ba2c8e964475666ce569884 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.7"
 # The full version, including alpha/beta/rc tags
-release = "2.7.2.dev0"
+release = "2.7.3.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index aacf9a224168fc01da2cae9ef94c0f24a676b9a0..8e33c935254407385a114b1bf530a336dc6b9ee3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.7.2.dev0"
+version = "2.7.3.dev0"
 packages = [
     { include = "aleksis" }
 ]