From 6e19d36859a1e25c61ca0956997ed9f8bea995f4 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 3 May 2022 18:35:19 +0200 Subject: [PATCH] MAINT: Version bump for 0.7.3 release. --- README_SETUP.md | 2 +- pom.xml | 2 +- src/doc/conf.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README_SETUP.md b/README_SETUP.md index 7817d67f..a264669c 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -1,7 +1,7 @@ # Getting Started with the CaosDB Server Here, you find information on requirements, the installation, configuration and -more. Note, that building the CaosDB Server from the sources and maintaining +more. Note, that building the CaosDB Server from the sources and maintaining the server requires the knowledge/skill of an experienced Linux administrator. ## Requirements diff --git a/pom.xml b/pom.xml index 733a5b4c..01e89e1d 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.8.0-SNAPSHOT</version> + <version>0.7.3</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 079eec42..8f0c38e2 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -21,13 +21,13 @@ import sphinx_rtd_theme # -- Project information ----------------------------------------------------- project = 'caosdb-server' -copyright = '2020, IndiScale GmbH' +copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.8.0' +version = '0.7.3' # The full version, including alpha/beta/rc tags -release = '0.8.0-SNAPSHOT' +release = '0.7.3' # -- General configuration --------------------------------------------------- -- GitLab