Skip to content
Snippets Groups Projects
Commit 9b301ca2 authored by florian's avatar florian
Browse files

REL: Release v0.6.1

parent f0948c64
No related branches found
No related tags found
1 merge request!65DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline #32901 passed with warnings
...@@ -20,6 +20,6 @@ authors: ...@@ -20,6 +20,6 @@ authors:
given-names: Stefan given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125 orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Advanced User Tools title: CaosDB - Advanced User Tools
version: 0.6.0 version: 0.6.1
doi: 10.3390/data4020083 doi: 10.3390/data4020083
date-released: 2022-10-11 date-released: 2023-01-20
\ No newline at end of file \ No newline at end of file
...@@ -49,7 +49,7 @@ MAJOR = 0 ...@@ -49,7 +49,7 @@ MAJOR = 0
MINOR = 6 MINOR = 6
MICRO = 1 MICRO = 1
PRE = "" # e.g. rc0, alpha.1, 0.beta-23 PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False ISRELEASED = True
if PRE: if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
...@@ -29,7 +29,7 @@ author = 'Daniel Hornung' ...@@ -29,7 +29,7 @@ author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.6.1' version = '0.6.1'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.6.1-dev' release = '0.6.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment