From 9ecf6179600dcf61d4258b615d3e8072132c5e38 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Fri, 27 Jun 2025 16:44:32 +0200 Subject: [PATCH] BUILD: Begin new release cycle --- CHANGELOG.md | 16 ++++++++++++++++ doc/conf.py | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4d9fb..9e87d5a 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 ### + ## [8.1.0] - 2025-06-27 ### Added diff --git a/doc/conf.py b/doc/conf.py index 8b94ae3..49e8826 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2021 - 2024, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '8.1.0' +version = '8.1.1' # The full version, including alpha/beta/rc tags -release = '8.1.0' +release = '8.1.1-SNAPSHOT' # -- General configuration --------------------------------------------------- -- GitLab