diff --git a/CHANGELOG.md b/CHANGELOG.md index 02295dbb7ee91a930a15b7ce318a167358d47383..645df97b52e770c919459d04f52891a50193de60 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 (for changes in existing functionality) + +### Deprecated + +### Removed + +### Fixed + +### Security + +### Documentation + ## [0.10.0] - 2022-12-19 (Florian Spreckelsen) diff --git a/src/doc/conf.py b/src/doc/conf.py index 9c8fb8b0efdeb765156b1b6ab92b9cafea6669a1..0fa24ff8f99ce661c4e49b8059322ca09436c395 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.10.0' +version = '0.10.1' # The full version, including alpha/beta/rc tags -release = '0.10.0' +release = '0.10.1-SNAPSHOT' # -- General configuration ---------------------------------------------------