diff --git a/CHANGELOG.md b/CHANGELOG.md index 812ecaee7671ab94f3c504be03666e09c6fa1e72..b6ddd3f1f864cbcc75d42594be90f6f42970c45d 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] - 2023-? + +### Added + +### Changed (for changes in existing functionality) + +### Deprecated + +### Removed + +### Fixed + +### Security + +### Documentation + ## [0.10.1] - 2023-02-14 ### Added diff --git a/src/doc/conf.py b/src/doc/conf.py index 0fa24ff8f99ce661c4e49b8059322ca09436c395..cde1d8d627cd3364159ffdb899a701dd72eedd82 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.1' +version = '0.10.2' # The full version, including alpha/beta/rc tags -release = '0.10.1-SNAPSHOT' +release = '0.10.2-SNAPSHOT' # -- General configuration ---------------------------------------------------