From 910e031c4cabbdcf1782888bcc1e0f0c8366d69a Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 13 Dec 2021 16:59:03 +0100 Subject: [PATCH] REL: start next release cycle 0.8 --- CHANGELOG.md | 17 +++++++++++++++++ pom.xml | 2 +- src/doc/conf.py | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0042bf..196a8292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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] + +This is an important security update. + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + + ## [v0.7.1] - 2021-12-13 (Timm Fitschen) diff --git a/pom.xml b/pom.xml index 55c4496e..1d665fce 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.7.1</version> + <version>0.8.0-SNAPSHOT</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 214c842f..079eec42 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.7.1' +version = '0.8.0' # The full version, including alpha/beta/rc tags -release = '0.7.1' +release = '0.8.0-SNAPSHOT' # -- General configuration --------------------------------------------------- -- GitLab