Skip to content
Snippets Groups Projects
Verified Commit 6e19d368 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Version bump for 0.7.3 release.

parent 78a43324
Branches
Tags
No related merge requests found
Pipeline #22478 passed
# Getting Started with the CaosDB Server # Getting Started with the CaosDB Server
Here, you find information on requirements, the installation, configuration and 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. the server requires the knowledge/skill of an experienced Linux administrator.
## Requirements ## Requirements
......
...@@ -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.8.0-SNAPSHOT</version> <version>0.7.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -21,13 +21,13 @@ import sphinx_rtd_theme ...@@ -21,13 +21,13 @@ import sphinx_rtd_theme
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'caosdb-server' project = 'caosdb-server'
copyright = '2020, IndiScale GmbH' copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.8.0' version = '0.7.3'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.8.0-SNAPSHOT' release = '0.7.3'
# -- 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