diff --git a/CHANGELOG.md b/CHANGELOG.md index e79c06624c1929c5b334e694c20b520d42630640..08d8b37c4c7ab8a7a9298fbb374e36f5709cd966 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 aea5a41d54b32886bfdbd79882bca2aa2ee51eb4..b346d4e97b31ebd983fe74e9847f42cf3950a6ca 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 ---------------------------------------------------