From 3c2683b25847a4c78ad8def1eaeecc2857330a32 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Mon, 18 Mar 2024 12:25:32 +0100
Subject: [PATCH] REL: Begin next release cycle

---
 CHANGELOG.md    | 14 ++++++++++++++
 pom.xml         |  2 +-
 src/doc/conf.py |  4 ++--
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a5ce7c8..84e917f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,20 @@ 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
+
 ## [0.12.2] - 2024-03-18
 
 ### Fixed
diff --git a/pom.xml b/pom.xml
index 9fe424c1..a8efcdba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.caosdb</groupId>
   <artifactId>caosdb-server</artifactId>
-  <version>0.12.2</version>
+  <version>0.12.3-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <scm>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index a8167d4d..18feeb73 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH'
 author = 'Daniel Hornung, Timm Fitschen'
 
 # The short X.Y version
-version = '0.12.2'
+version = '0.12.3'
 # The full version, including alpha/beta/rc tags
-release = '0.12.2'
+release = '0.12.3-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab