From d4985d77a2b694dd2ff793a13b5a60df3cb9beae Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 12 Jul 2022 12:15:08 +0200
Subject: [PATCH] REL: prepare release 0.8.0

---
 CHANGELOG.md    | 3 ++-
 DEPENDENCIES.md | 2 +-
 setup.py        | 6 +++---
 src/doc/conf.py | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7d7adaa..f51b1e3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [0.8.0] - 2022-07-12
+(Timm Fitschen)
 
 ### Added ###
 
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 117e764e..cccdbcba 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -1,4 +1,4 @@
-* caosdb-server >= 0.7.2
+* caosdb-server >= 0.8.0
 * Python >= 3.8
 * pip >= 20.0.2
 
diff --git a/setup.py b/setup.py
index 70d87707..af9e6809 100755
--- a/setup.py
+++ b/setup.py
@@ -45,10 +45,10 @@ from setuptools import find_packages, setup
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ########################################################################
 
-ISRELEASED = False
+ISRELEASED = True
 MAJOR = 0
-MINOR = 7
-MICRO = 5
+MINOR = 8
+MICRO = 0
 # Do not tag as pre-release until this commit
 # https://github.com/pypa/packaging/pull/515
 # has made it into a release. Probably we should wait for pypa/packaging>=21.4
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 8080c87b..77531343 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.7.4'
+version = '0.8.0'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.7.4'
+release = '0.8.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab