From 9b301ca2a1d1703035c3b276d7ddf8e1674a1834 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 20 Jan 2023 13:30:46 +0100 Subject: [PATCH] REL: Release v0.6.1 --- CITATION.cff | 4 ++-- setup.py | 2 +- src/doc/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index da6a4e77..5e863ebc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,6 +20,6 @@ authors: given-names: Stefan orcid: https://orcid.org/0000-0001-7214-8125 title: CaosDB - Advanced User Tools -version: 0.6.0 +version: 0.6.1 doi: 10.3390/data4020083 -date-released: 2022-10-11 \ No newline at end of file +date-released: 2023-01-20 \ No newline at end of file diff --git a/setup.py b/setup.py index 5ce92e19..37941831 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ MAJOR = 0 MINOR = 6 MICRO = 1 PRE = "" # e.g. rc0, alpha.1, 0.beta-23 -ISRELEASED = False +ISRELEASED = True if PRE: VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) diff --git a/src/doc/conf.py b/src/doc/conf.py index f07a831f..e293c6e3 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,7 +29,7 @@ author = 'Daniel Hornung' # The short X.Y version version = '0.6.1' # The full version, including alpha/beta/rc tags -release = '0.6.1-dev' +release = '0.6.1' # -- General configuration --------------------------------------------------- -- GitLab