From b3e5e2c36e431336115803982696d2af7c94d769 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Fri, 20 Dec 2024 15:49:01 +0100 Subject: [PATCH] REL: Prepare 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 3fb100a2..56f00425 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 ### + +### Deprecated ### + +### Removed ### + +### Fixed ### + +### Security ### + +### Documentation ### + ## [0.15.1] - 2014-12-20 ## ### Fixed ### diff --git a/src/doc/conf.py b/src/doc/conf.py index 2301572b..00013dac 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.15.1' +version = '0.15.2' # The full version, including alpha/beta/rc tags -release = '0.15.1' +release = '0.15.2-SNAPSHOT' # -- General configuration --------------------------------------------------- -- GitLab