From 86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 3 May 2022 18:20:56 +0200 Subject: [PATCH] DOC: Updated for 0.6.0 release. --- CHANGELOG.md | 15 +++------------ src/doc/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79c0662..08d8b37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,27 +4,18 @@ 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.6.0] - 2022-05-03 +(Daniel Hornung) ### Changed -- Renamed the person reference resolver. - -### Deprecated - -### Removed +* Renamed the person reference resolver. ### Fixed * [webui#170](https://gitlab.com/caosdb/caosdb-webui/-/issues/170) Autocompletion for "IS REFERENCED BY" leads to query syntax error -### Security - -### Documentation - ## [0.5.0] - 2022-03-25 (Timm Fitschen) diff --git a/src/doc/conf.py b/src/doc/conf.py index aea5a41d..b346d4e9 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -22,13 +22,13 @@ import sphinx_rtd_theme project = 'caosdb-webui' -copyright = '2020, IndiScale GmbH' +copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version version = '0.6.0' # The full version, including alpha/beta/rc tags -release = '0.6.0-SNAPSHOT' +release = '0.6.0' # -- General configuration --------------------------------------------------- -- GitLab