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

REL: Release v0.7.0

parent efeb7972
No related branches found
No related tags found
1 merge request!69Release v0.7.0
Pipeline #34433 passed
......@@ -17,3 +17,4 @@ build/
# documentation
_apidoc
/dist/
......@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Advanced User Tools
version: 0.6.1
version: 0.7.0
doi: 10.3390/data4020083
date-released: 2023-01-20
\ No newline at end of file
......@@ -46,10 +46,10 @@ from setuptools import find_packages, setup
########################################################################
MAJOR = 0
MINOR = 6
MICRO = 2
MINOR = 7
MICRO = 0
PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False
ISRELEASED = True
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
......@@ -27,9 +27,9 @@ copyright = '2021, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.6.2'
version = '0.7.0'
# The full version, including alpha/beta/rc tags
release = '0.6.2-dev'
release = '0.7.0'
# -- 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