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

DOC: Updated for 0.6.0 release.

parent 406d2b93
Branches
Tags v0.6.0
No related merge requests found
Pipeline #22473 passed
...@@ -4,27 +4,18 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.6.0] - 2022-05-03
(Daniel Hornung)
### Added
### Changed ### Changed
- Renamed the person reference resolver. * Renamed the person reference resolver.
### Deprecated
### Removed
### Fixed ### Fixed
* [webui#170](https://gitlab.com/caosdb/caosdb-webui/-/issues/170) * [webui#170](https://gitlab.com/caosdb/caosdb-webui/-/issues/170)
Autocompletion for "IS REFERENCED BY" leads to query syntax error Autocompletion for "IS REFERENCED BY" leads to query syntax error
### Security
### Documentation
## [0.5.0] - 2022-03-25 ## [0.5.0] - 2022-03-25
(Timm Fitschen) (Timm Fitschen)
......
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
import sphinx_rtd_theme import sphinx_rtd_theme
project = 'caosdb-webui' project = 'caosdb-webui'
copyright = '2020, IndiScale GmbH' copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.6.0' version = '0.6.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.6.0-SNAPSHOT' release = '0.6.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment