diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4d9fb1c3d2c9e656394b378ad79bb83b0cecd4..9e87d5a364c261b943c1a0aa666b845834f43a2f 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 8b94ae31df934038a91468d5628b4e2d0920adbf..49e8826c67be7cf3f4782693ce72ff9f10a8338c 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 ---------------------------------------------------