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

REL: prepare release 0.8.1

parent 2611cb65
Branches
Tags
No related merge requests found
Pipeline #30108 passed
...@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. ...@@ -5,7 +5,8 @@ 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] ## [0.8.1] - 2022-11-07
(Timm Fitschen)
### Added ### Added
......
caosdb-webui @ a3767124
Subproject commit f2884f7634e2b160f398cea49d5ce5cdefdda3d8 Subproject commit a3767124c9400da1418d87fe7efdb09a630acca4
...@@ -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.9.0-SNAPSHOT</version> <version>0.8.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -22,12 +22,12 @@ import sphinx_rtd_theme ...@@ -22,12 +22,12 @@ import sphinx_rtd_theme
project = 'caosdb-server' project = 'caosdb-server'
copyright = '2022, IndiScale GmbH' copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung, Timm Fitschen'
# The short X.Y version # The short X.Y version
version = '0.9.0' version = '0.8.1'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.9.0-SNAPSHOT' release = '0.8.1'
# -- 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