From 7ccdd9871e073346af8a217a35c57abcb8eb4798 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 17 Feb 2023 13:20:39 +0100
Subject: [PATCH] Preparing release 0.2.1

---
 DESCRIPTION               | 4 ++--
 doc/Generate_Octave_Doc.m | 6 +++---
 doc/conf.py               | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index ad2df23..74d244c 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 ff72c4e..97c817f 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 c497c8f..025f3d7 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 ---------------------------------------------------
-- 
GitLab