diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c5eb8d6970bf588fb5542e4aeb622b43e25de95..6dd9443f5c5674f3efd020d322635c9539899994 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+
+### Added
+
+### Changed (for changes in existing functionality)
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+### Security
+
+### Documentation
+
 ## [0.9.0] - 2022-11-02
 (Florian Spreckelsen)
 
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 48707c8b6481453457a2712658d8bf2085703be3..6050977e9f455b2dcdb9102e376d1839ae93c627 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.9.0'
+version = '0.9.1'
 # The full version, including alpha/beta/rc tags
-release = '0.9.0'
+release = '0.9.1-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------