From 4421bcfe733999efdc94bb12472a0b046b12b40c Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 7 Mar 2023 15:21:59 +0100
Subject: [PATCH] REL: Release v0.11.1

---
 CITATION.cff    | 2 +-
 setup.py        | 2 +-
 src/doc/conf.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CITATION.cff b/CITATION.cff
index 0f988487..910e40a2 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 - Pylib
-version: 0.10.0
+version: 0.11.1
 doi: 10.3390/data4020083
 date-released: 2022-11-14
\ No newline at end of file
diff --git a/setup.py b/setup.py
index f0f45aec..a281a7b6 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ 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 = 11
 MICRO = 1
diff --git a/src/doc/conf.py b/src/doc/conf.py
index dd2a1ac1..3168916a 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -32,7 +32,7 @@ author = 'Daniel Hornung'
 version = '0.11.1'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.11.1-dev'
+release = '0.11.1'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab