diff --git a/CHANGELOG.md b/CHANGELOG.md index d156de24453fbaeb502648889a48bf9e31c1e597..280b67b18e3611ecc6cb20bbc2289e877f025b57 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.14.0] - 2024-07-25 ## ### Added ### diff --git a/src/doc/conf.py b/src/doc/conf.py index bb8d70cb3a826a7fe4183a47596fb214807c40d3..f0adca0edd354904b6713cbf3fa627a1724094d0 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2022 - 2024, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.14.0' +version = '0.14.1' # The full version, including alpha/beta/rc tags -release = '0.14.0' +release = '0.14.1-SNAPSHOT' # -- General configuration ---------------------------------------------------