From 06a722b0e224fd57a4bfbdcee9048fc80a79d7a9 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 2 Nov 2022 09:43:11 +0100 Subject: [PATCH] REL: Begin next release cycle --- CHANGELOG.md | 16 ++++++++++++++++ src/doc/conf.py | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5eb8d6..6dd9443f 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 (for changes in existing functionality) + +### Deprecated + +### Removed + +### Fixed + +### Security + +### Documentation + ## [0.9.0] - 2022-11-02 (Florian Spreckelsen) diff --git a/src/doc/conf.py b/src/doc/conf.py index 48707c8b..6050977e 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.9.0' +version = '0.9.1' # The full version, including alpha/beta/rc tags -release = '0.9.0' +release = '0.9.1-SNAPSHOT' # -- General configuration --------------------------------------------------- -- GitLab