From 55cc3599ab38144b9e14f1360d8d513cf8868021 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Tue, 20 Feb 2024 12:43:42 +0100
Subject: [PATCH] REL: Prepare next release cycle

---
 CHANGELOG.md    | 18 +++++++++++++++++-
 src/doc/conf.py |  4 ++--
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index acf20295..2130ec3c 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 a33fa207..97a3917f 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 ---------------------------------------------------
-- 
GitLab