From e0509a08163da7133f621f6774fd7849cf1481a6 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 9 Nov 2021 15:22:44 +0100 Subject: [PATCH] version bump to 0.5.1-GRPC0.1.0 --- pom.xml | 2 +- src/doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 887653b5..a2436f11 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.5.1-GRPC0.0.21</version> + <version>0.5.1-GRPC0.1.0</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index 604797f1..4e5ff81b 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.5' +version = '0.5.1' # The full version, including alpha/beta/rc tags -release = '0.5.1-SNAPSHOT' +release = '0.5.1-GRPC0.1.0' # -- General configuration --------------------------------------------------- -- GitLab