Skip to content
Snippets Groups Projects
Verified Commit a3f591b6 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Release: 0.1.2

parent d07e704d
No related branches found
No related tags found
No related merge requests found
Pipeline #28676 failed
......@@ -5,19 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ##
### Added ###
## [0.1.2] - 2022-02-21 ##
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
Documentation improved.
## [0.1.1] - 2022-02-04 ##
......
# See https://octave.org/doc/interpreter/The-DESCRIPTION-File.html
Name: caosdb
Version: 0.1.2-dev
Date: 2022-02-04
Version: 0.1.2
Date: 2022-02-21
Author: Daniel Hornung <d.hornung@indiscale.com>
Maintainer: Daniel Hornung <d.hornung@indiscale.com>
Title: Octave and Matlab library for CaosDB
......
......@@ -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-04"/>\n', ...
' <meta name="date" content="2022-02-21"/>\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 ', ...
......
......@@ -30,7 +30,7 @@ author = 'Daniel Hornung'
version = '0.1'
# The full version, including alpha/beta/rc tags
# Example: release = '0.5.2-rc2'
release = '0.1.2-dev'
release = '0.1.2'
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment