From aaff236839e7476708b5fe18276f7ca465e445ed Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 31 May 2023 16:55:08 +0200
Subject: [PATCH] REL: Update changelog and version strings for release

---
 CHANGELOG.md    | 6 +-----
 CITATION.cff    | 4 ++--
 src/doc/conf.py | 4 ++--
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03ff87a6..198686f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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] - 2023-?
+## [0.11.0] - 2023-05-31
 
 ### Added
 
@@ -46,8 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   `BUILD_MODULE_LEGACY_QUERY_FORM={ENABLED,DISABLED}`. To be removed when
   caosdb-webui-core-components are included into this webui permanently.
 
-### Removed
-
 ### Fixed
 
 * [#207](https://gitlab.com/caosdb/caosdb-webui/-/issues/207) - Error message
@@ -57,8 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * [#199](https://gitlab.com/caosdb/caosdb-webui/-/issues/199) - Linkify creates
   additional links after showing previews of referenced entities
 
-### Security
-
 ### Documentation
 
 * DOC: Extended documentation for Edit Mode.
diff --git a/CITATION.cff b/CITATION.cff
index 154773a5..07187347 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -20,6 +20,6 @@ authors:
     given-names: Stefan
     orcid: https://orcid.org/0000-0001-7214-8125
 title: CaosDB - WebUI
-version: 0.10.1
+version: 0.11.0
 doi: 10.3390/data4020083
-date-released: 2023-02-14
+date-released: 2023-05-31
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 85a65a38..0b092979 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.10.2'
+version = '0.11.0'
 # The full version, including alpha/beta/rc tags
-release = '0.10.2-SNAPSHOT'
+release = '0.11.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab