From f2884f7634e2b160f398cea49d5ce5cdefdda3d8 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 15 Jul 2022 11:50:25 +0200 Subject: [PATCH] REL: initiate next release cycle --- CHANGELOG.md | 17 +++++++++++++++++ src/doc/conf.py | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb5e0b7..b9dbe17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.8.0] - 2022-07-12 (Timm Fitschen) diff --git a/src/doc/conf.py b/src/doc/conf.py index 8cfdf382..e01e6786 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.8.0' +version = '0.9.0' # The full version, including alpha/beta/rc tags -release = '0.8.0' +release = '0.9.0-SNAPSHOT' # -- General configuration --------------------------------------------------- -- GitLab