diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1f5481af947c60e4f3192a7935183537ff3a05..fc482569ff0640cd4b12021185448c9836d834b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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.10.0] - 2023-06-02 ## (Florian Spreckelsen) diff --git a/pom.xml b/pom.xml index 835de2d3eebef06cb10e9efd2e4aaf6890287357..76c2cd85ad9ae0e918f3c5770311ed017308e02a 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.10.0</version> + <version>0.10.1-SNAPSHOT</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 3c062b94cff76b69ac234ab7512a02c0b6d27247..6b9b1f56157812db20cc7d7ebcb8525687956208 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.10.0' +version = '0.10.1' # The full version, including alpha/beta/rc tags -release = '0.10.0' +release = '0.10.1-SNAPSHOT' # -- General configuration ---------------------------------------------------