From 0caf17d9925a3a4cff0d5730a7a818ede35f820d Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Thu, 10 Jun 2021 15:53:22 +0200 Subject: [PATCH] DOC: Updated documentation a bit, updated version numbers. --- CHANGELOG.md | 8 ++++++-- RELEASE_GUIDELINES.md | 7 ++++--- doc/conf.py | 6 +++--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f945d7..a43efa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### -- `utils/make_db` has new `grant-permission` command. - ### Changed ### ### Deprecated ### @@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security ### +## [4.1.0] - 2021-06-11 ## + +### Added ### + +- `utils/make_db` has new `grant-permission` command. + ## [4.0.0] - 2021-02-10 ## ### Added ### diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 41de1cf..a5eeca1 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -1,15 +1,16 @@ # Release Guidelines for the CaosDB MySQL Backend -This document specifies release guidelines in addition to the generel release +This document specifies release guidelines in addition to the general release guidelines of the CaosDB Project ([RELEASE_GUIDELINES.md](https://gitlab.com/caosdb/caosdb/blob/dev/RELEASE_GUIDELINES.md)) ## General Prerequisites * All tests are passing. -* FEATURES.md is up-to-date and a public API is being declared in that document. +* (FEATURES.md is up-to-date and a public API is being declared in that document.) * CHANGELOG.md is up-to-date. -* DEPENDENCIES.md is up-to-date. +* (DEPENDENCIES.md is up-to-date.) +* Version in `doc/conf.py` is up-to-date. ## Steps diff --git a/doc/conf.py b/doc/conf.py index dde0fdb..2069f1b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,13 +22,13 @@ import sphinx_rtd_theme # -- Project information ----------------------------------------------------- project = 'caosdb-mysqlbackend' -copyright = '2020, IndiScale GmbH' +copyright = '2021, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '3.0.0' +version = '4.1.0' # The full version, including alpha/beta/rc tags -release = '3.0.0' +release = '4.1.0' # -- General configuration --------------------------------------------------- -- GitLab