diff --git a/CHANGELOG.md b/CHANGELOG.md index 77982cc0837f905f10274f23f83bd53b6414bbb9..ab5fd2c3cf5ca809c59cb54e6fc63861f06accb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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 + ## [0.11.0] 2023-10-13 ## ### Added ### diff --git a/pom.xml b/pom.xml index 4fb8f7ac8f12b06c77f93906f29a950a2c6e083d..9573fdf92d0b81b82ca291c6569d7ad3ba37c35d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.caosdb</groupId> <artifactId>caosdb-server</artifactId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 434ed4623fbacd240d35142f855c1fd4301de915..7e5e62367b2d6682bbd345554334bfb5b11571a4 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH' author = 'Daniel Hornung, Timm Fitschen' # 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 ---------------------------------------------------