From a5dd5cb364cdeb73541ff7721308cfea7f8f812a Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Thu, 9 Mar 2023 09:49:36 +0100
Subject: [PATCH] REL: Release v0.7.0

---
 .gitignore      | 1 +
 CITATION.cff    | 2 +-
 setup.py        | 6 +++---
 src/doc/conf.py | 4 ++--
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index e2526574..0848d3fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ build/
 
 # documentation
 _apidoc
+/dist/
diff --git a/CITATION.cff b/CITATION.cff
index 5e863ebc..83f3a0b8 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.1
+version: 0.7.0
 doi: 10.3390/data4020083
 date-released: 2023-01-20
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 582bf104..02b4f6f1 100755
--- a/setup.py
+++ b/setup.py
@@ -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)
diff --git a/src/doc/conf.py b/src/doc/conf.py
index cbaf40c6..7d3533b0 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -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 ---------------------------------------------------
-- 
GitLab