diff --git a/CHANGELOG.md b/CHANGELOG.md index 198686f9b98c1bef0d5f2134d68db1ec896c0776..b8b9e62fd280c1bf43ae4ffaf3ac40a6b943d05f 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.0] - 2023-05-31 ### Added diff --git a/src/doc/conf.py b/src/doc/conf.py index 0b092979a7dc8c501a439a280d179491e94db6fc..f13e2721c5ff367b12c493fb035d9a2df8e28abd 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.0' +version = '0.11.1' # The full version, including alpha/beta/rc tags -release = '0.11.0' +release = '0.11.1-SNAPSHOT' # -- General configuration ---------------------------------------------------