From b1410ccf20c59cf58e5f88b6c7e8c7f95934ec64 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 15 Dec 2023 10:23:20 +0100
Subject: [PATCH] REL: Set versions to 0.13.2

---
 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 d5cafac5..b9f249ed 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.13.1
+version: 0.13.2
 doi: 10.3390/data4020083
 date-released: 2023-10-11
diff --git a/setup.py b/setup.py
index de90ebaf..55e6ee15 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,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 = 13
 MICRO = 2
diff --git a/src/doc/conf.py b/src/doc/conf.py
index ff646e0d..84bdc6ea 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -32,7 +32,7 @@ author = 'Daniel Hornung'
 version = '0.13.2'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.13.2-dev'
+release = '0.13.2'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab