From 4de274a0bceef16836b5447d2aa1d8659118d526 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Fri, 4 Feb 2022 10:28:29 +0100 Subject: [PATCH] MAINT: Release preparation for 0.1.1 --- CHANGELOG.md | 12 ++---------- DESCRIPTION | 4 ++-- doc/Generate_Octave_Doc.m | 2 +- doc/conf.py | 2 +- 4 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c147286..d95f128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] ## +## [0.1.1] - 2022-02-04 ## ### Added ### -### Changed ### - -### Deprecated ### - -### Removed ### - -### Fixed ### - -### Security ### +- Friendlier error messages when requirements at install time are not met. ## [0.1.0] - 2022-02-01 ## diff --git a/DESCRIPTION b/DESCRIPTION index aef8629..aa6e6b7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ # See https://octave.org/doc/interpreter/The-DESCRIPTION-File.html Name: caosdb -Version: 0.1.1-dev -Date: 2022-02-01 +Version: 0.1.1 +Date: 2022-02-04 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 4bb388c..33e86fb 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-01"/>\n', ... + ' <meta name="date" content="2022-02-04"/>\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 ab140da..d8eb710 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.1-dev' +release = '0.1.1' # -- General configuration --------------------------------------------------- -- GitLab