diff --git a/CHANGELOG.md b/CHANGELOG.md index f6447b0141ccc619fc0c9cb58fda982a4479c10a..e11f198980578968df7259845f21b8188ac631e0 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 ### + +### Deprecated ### + +### Removed ### + +### Fixed ### + +### Security ### + +### Documentation ### + ## [0.11.1] - 2023-05-31 ## ### Fixed ### diff --git a/src/doc/conf.py b/src/doc/conf.py index fa77c9eef6e4d93d491e17473186a880bfcc0d20..2e0e517399a0321d4f1f74f019cd2d8ae5e9ae9d 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.11.1' +version = '0.11.2' # The full version, including alpha/beta/rc tags -release = '0.11.1' +release = '0.11.2-SNAPSHOT' # -- General configuration ---------------------------------------------------