From daa8c18f97926fbc386e0664bab83cf7bc318d54 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 25 Jul 2024 16:16:28 +0200
Subject: [PATCH] REL: Prepare release of 0.14.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52b29d79..d156de24 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] ##
+## [0.14.0] - 2024-07-25 ##
 
 ### Added ###
 
@@ -13,12 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   `DISABLED`. More info on this module under
   `src/doc/extension/grpc-entity-service.rst`. <https://docs.indiscale.com/caosdb-webui/extension/grpc-entity-service.html>
 
-### Changed ###
-
-### Deprecated ###
-
-### Removed ###
-
 ### Fixed ###
 
 - [#252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make
@@ -29,10 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   Ignore `auto_focus` when `create_show_form_callback` is called on an
   element without HTML `form` elements.
 
-### Security ###
-
-### Documentation ###
-
 ## [0.13.3 - 2024-04-23] ##
 
 ### Fixed ###
diff --git a/CITATION.cff b/CITATION.cff
index 9c61739c..2a53c7ab 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -20,6 +20,6 @@ authors:
     given-names: Stefan
     orcid: https://orcid.org/0000-0001-7214-8125
 title: LinkAhead - WebUI
-version: 0.13.2
+version: 0.14.0
 doi: 10.3390/data4020083
-date-released: 2024-02-20
+date-released: 2024-07-25
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 67e59aae..bb8d70cb 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022 - 2024, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.13.4'
+version = '0.14.0'
 # The full version, including alpha/beta/rc tags
-release = '0.13.4-SNAPSHOT'
+release = '0.14.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab