From 3855e1f130cb9e2d04be6b3d16f295f84066d296 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 22 Sep 2022 12:02:50 +0200
Subject: [PATCH] Updated versions for 0.2.0 release.

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

diff --git a/DESCRIPTION b/DESCRIPTION
index f96cda8..388cdd2 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 # See https://octave.org/doc/interpreter/The-DESCRIPTION-File.html
 Name: caosdb
-Version: 0.1.3-dev
-Date: 2022-02-21
+Version: 0.2.0
+Date: 2022-09-22
 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 dc5b871..6f9839c 100644
--- a/doc/Generate_Octave_Doc.m
+++ b/doc/Generate_Octave_Doc.m
@@ -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-02-21"/>\n', ...
+           '  <meta name="date" content="2022-09-22"/>\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 262c9e3..6fb4f45 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -27,10 +27,10 @@ copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.1'
+version = '0.2'
 # The full version, including alpha/beta/rc tags
 # Example: release = '0.5.2-rc2'
-release = '0.1.3-dev'
+release = '0.2.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab