diff --git a/CITATION.cff b/CITATION.cff
index 148cccb1804f7ae254224074dfef408e014f5438..3f51bdf839a5e0451f3d3aaf7f128f61b29927fc 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.15.0
+version: 0.15.1
 doi: 10.3390/data4020083
-date-released: 2024-07-09
+date-released: 2024-08-21
diff --git a/setup.py b/setup.py
index 7b499d91cdd6e52856320a9e573f0742e1d54e81..6ad2d0b9ef1e4c07d6519562a0c75c72c51b5b75 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 = 15
 MICRO = 1
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 98e5b6c66e336c595c0feb6c1c47d5ac1db88a79..7b127420c281e37e82ee0e64768ae831e30e2798 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -32,7 +32,7 @@ author = 'Daniel Hornung'
 version = '0.15.1'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.15.1-dev'
+release = '0.15.1'
 
 
 # -- General configuration ---------------------------------------------------