diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c40216150f3aadf0c36c4b6774fe1fb43ad615a8..6b15e880349b8d0e5d378a72c7c0ef69befc7b51 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.0` - 2022-02-06
 ------------------
 
diff --git a/docs/conf.py b/docs/conf.py
index 11400bd788449cfb85b134808a5f6cfa4c8438ba..e0e13783cc61f30ab5ac143858947a5c1d63d39c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "2.0"
+release = "2.0.1.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 81cbc9853c85907ae493bb5ee10a47567ef86d40..0f71a68949149612191b55b59a59e63f42e07e9d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Alsijil"
-version = "2.0"
+version = "2.0.1.dev0"
 packages = [
     { include = "aleksis" }
 ]