diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1c6b8d83e5efa4e366e3918ef2b8d5a78ec8ec4a..403d2944ecfb87b125e0f1a33e3ce1af37fa6c5e 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.6`_ - 2022-01-10
 -------------------
 
diff --git a/docs/conf.py b/docs/conf.py
index 3f5eca76650454cdc398b51dd8a78484621aa285..55931744c0714ae7b52ef4b2e14dc50af236c811 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.6"
 # The full version, including alpha/beta/rc tags
-release = "2.6"
+release = "2.6.1.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 41cef702cecaf310a055c5f8998997b45e47b1f2..4bd523cd499c3c944cceeb8ded9b91a06a69be9a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.6"
+version = "2.6.1.dev0"
 packages = [
     { include = "aleksis" }
 ]