From 30b949446d8ca3ac4a15035224267dd748c19581 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 1 Nov 2021 00:46:08 +0100
Subject: [PATCH] REL: initialize next release cycle

---
 CHANGELOG.md | 14 ++++++++++++++
 doc/conf.py  |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bdb311..2e41b46 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 ###
+
 ## [5.0.0] - 2021-10-28 ##
 
 ### Added ###
diff --git a/doc/conf.py b/doc/conf.py
index ded9c5b..c649f34 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2021, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '5.0'
+version = '5.1'
 # The full version, including alpha/beta/rc tags
-release = '5.0.0'
+release = '5.1.0-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab