diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0115d52588f72e706db6e93664b7fafe379e0001..b8491233322a32e4f70c694f40613caf9cc10208 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 ###
+
+### Deprecated ###
+
+### Removed ###
+
+### Fixed ###
+
+### Security ###
+
+### Documentation ###
+
 ## [0.12.0] - 2023-07-07 ##
 
 ### Added ###
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 726b1f57aab2253a2b64a32796c6524be1a30651..564684cb8f4a7f75ea01aac28c9902b6dabfea4f 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.12.0'
+version = '0.12.1'
 # The full version, including alpha/beta/rc tags
-release = '0.12.0'
+release = '0.12.1-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------