From bd74a0954fe582a88c49dda6a63d1f49b75214ec Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 13 Nov 2024 11:33:21 +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 a0903761..f106e8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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.10.1] - 2024-11-13 ## ### Fixed ### diff --git a/src/doc/conf.py b/src/doc/conf.py index f9cab5b7..01ca66bf 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -33,10 +33,10 @@ copyright = '2024, IndiScale' author = 'Alexander Schlemmer' # The short X.Y version -version = '0.10.1' +version = '0.10.2' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.10.1' +release = '0.10.2-dev' # -- General configuration --------------------------------------------------- -- GitLab