diff --git a/DESCRIPTION b/DESCRIPTION
index ad2df23f1e2db781146d1b254da9bf22ce2445a7..74d244c4876ef01a15d88102f540db089038874e 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 # See https://octave.org/doc/interpreter/The-DESCRIPTION-File.html
 Name: caosdb
-Version: 0.2.1-dev
-Date: 2022-09-26
+Version: 0.2.1
+Date: 2023-02-17
 Author: Daniel Hornung <d.hornung@indiscale.com>
 Maintainer: Daniel Hornung <d.hornung@indiscale.com>
 Title: Octave and Matlab library for CaosDB
diff --git a/doc/Generate_Octave_Doc.m b/doc/Generate_Octave_Doc.m
index ff72c4e61c99da45f91d1a57bbff53e869bfed90..97c817fc02f1d3c9741a5044f83fd1eaaea76cf1 100644
--- a/doc/Generate_Octave_Doc.m
+++ b/doc/Generate_Octave_Doc.m
@@ -1,5 +1,5 @@
-% Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
-% Copyright (C) 2021 Daniel Hornung <d.hornung@indiscale.com>
+% Copyright (C) 2021-2023 IndiScale GmbH <info@indiscale.com>
+% Copyright (C) 2021-2023 Daniel Hornung <d.hornung@indiscale.com>
 %
 % This file is a part of the CaosDB Project.
 %
@@ -23,7 +23,7 @@ header = @(a_1, a_2, a_3) ...
            '<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n', ...
            '  <head>\n', ...
            '  <meta http-equiv="content-type" content="text/html; charset=utf-8" />\n', ...
-           '  <meta name="date" content="2022-09-26"/>\n', ...
+           '  <meta name="date" content="2023-02-17"/>\n', ...
            '  <meta name="generator" content="generate_html 0.4.0" />\n', ...
            '  <meta name="author" content="The Octave-Forge Community" />\n', ...
            '  <meta name="description" content="Octave-Forge is a collection of packages ', ...
diff --git a/doc/conf.py b/doc/conf.py
index c497c8f3cba3d592acfcf141fa4c8cc8a93ec4fb..025f3d7e414210d7bbd1881fb396a03ffaaaf82a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,14 +23,14 @@ import sphinx_rtd_theme  # type: ignore # noqa: 401
 # -- Project information -----------------------------------------------------
 
 project = 'OctaveCaosDB'
-copyright = '2022, IndiScale GmbH'
+copyright = '2021-2023, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
 version = '0.2'
 # The full version, including alpha/beta/rc tags
 # Example: release = '0.5.2-rc2'
-release = '0.2.1-dev'
+release = '0.2.1'
 
 
 # -- General configuration ---------------------------------------------------