diff --git a/DESCRIPTION b/DESCRIPTION index f96cda86cff6fc82d2e2c961f4f24e3d56b10266..388cdd22875d01a080dd0d330962bd8ffa4b2365 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 dc5b871c233d2de604cc228f078a6f2f4af605a1..6f9839c4b7897f78f0bf9c7d2e0d53a70411a9bd 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 262c9e3c306aa43cb6be80b0386422cd9fac85c4..6fb4f451cc2ff08dc47158cafd0a280afd364401 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 ---------------------------------------------------