Skip to content
Snippets Groups Projects
Verified Commit 910e031c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: start next release cycle 0.8

parent 7b5bd90b
Branches
Tags
1 merge request!58REL: prepare release 0.7.2
Pipeline #18058 failed
...@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). 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 ## [v0.7.1] - 2021-12-13
(Timm Fitschen) (Timm Fitschen)
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId> <groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId> <artifactId>caosdb-server</artifactId>
<version>0.7.1</version> <version>0.8.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH' ...@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.7.1' version = '0.8.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.7.1' release = '0.8.0-SNAPSHOT'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment