diff --git a/CITATION.cff b/CITATION.cff
index d5cafac5caee39399f21aee100cf4acf909cca55..b9f249ed501bd1c6dd217e56d7ea47748c1032dc 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 de90ebaf4783503281ff2b2cea3005f90a29de58..55e6ee154e2906494bece48c2f741e53e78aa2fe 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 ff646e0d6ecba780da551e5dce21a473115b101b..84bdc6eac88b345e2b0dd04c5d1f9c413362746b 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 ---------------------------------------------------