diff --git a/CHANGELOG.md b/CHANGELOG.md
index acf202950f2f2039e0e18625105d7e76b5963c1b..2130ec3c3858622c9da9fd4344658762e50db059 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,27 @@ 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.13.2 - 2024-02-20] ##
 
 ### Fixed ###
 
-* [#247](https://gitlab.com/linkahead/linkahead-webui/-/issues/247) Linkify absorbs commas 
+* [#247](https://gitlab.com/linkahead/linkahead-webui/-/issues/247) Linkify absorbs commas
   etc. (, . : ;) into link adress
 * Query shortcuts are now displayed when using the new query panel.
 * [249](https://gitlab.com/linkahead/linkahead-webui/-/issues/249) only the
diff --git a/src/doc/conf.py b/src/doc/conf.py
index a33fa2072f6c2c82e644be56519081d46728434a..97a3917f7b262178084b55b1955769f1855b2a4d 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022 - 2024, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.13.2'
+version = '0.13.3'
 # The full version, including alpha/beta/rc tags
-release = '0.13.2'
+release = '0.13.3-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------