diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9bbd98d51e641960ca458e46537ea0831657c0ae..e191de6510927afddd8d005a9d25b4b8ab7b58f3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
+Unreleased
+----------
+
 `2.7.3`_ - 2022-02-03
 ---------------------
 
diff --git a/docs/conf.py b/docs/conf.py
index ca507658e115fb6ce62cb45af741c9bd4cba2a7a..6e406af5c0c7d02362e47c38c7581a50a983b5e3 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.3"
+release = "2.7.4.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index f0894c4950c62aa1cfe7d4b1cc1d7c9b5d0d411e..bb8c16a3dc4f72927e18e805b75396a48a04f173 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.7.3"
+version = "2.7.4.dev0"
 packages = [
     { include = "aleksis" }
 ]