From 327319dc6d290cddf4776ae193ac67e226e673b5 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Tue, 1 Oct 2024 13:29:39 +0200
Subject: [PATCH] REL: Prepare release of 0.15.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84d0a7b..d21f5c8 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.15.0] - 2024-10-01 ##
 
 ### Added ###
 
@@ -25,18 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   by default. Set `BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=DISABLED` to
   restore the previous behavior.
 
-### Deprecated ###
-
-### Removed ###
-
 ### Fixed ###
 
 * `form_elements.make_scripting_submission_button` respects context root.
 
-### Security ###
-
-### Documentation ###
-
 ## [0.14.0] - 2024-07-25 ##
 
 ### Added ###
diff --git a/CITATION.cff b/CITATION.cff
index 2a53c7a..a82fe10 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.14.0
+version: 0.15.0
 doi: 10.3390/data4020083
-date-released: 2024-07-25
+date-released: 2024-10-01
diff --git a/src/doc/conf.py b/src/doc/conf.py
index f0adca0..14d4980 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.14.1'
+version = '0.15.0'
 # The full version, including alpha/beta/rc tags
-release = '0.14.1-SNAPSHOT'
+release = '0.15.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab