From 554ca902136ceaf3f79ec11e655d9cf0f8e8ad27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 11 Oct 2023 13:28:15 +0200
Subject: [PATCH] REL: prepare 0.13.0 release

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcc713b8..203ff736 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.13.0 - 2023-10-11] ##
 
 ### Added ###
 
diff --git a/CITATION.cff b/CITATION.cff
index ba47a830..5e6a1c68 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.12.0
+version: 0.13.0
 doi: 10.3390/data4020083
-date-released: 2023-05-31
+date-released: 2023-10-11
diff --git a/src/doc/conf.py b/src/doc/conf.py
index c03b00f2..f0f09e6c 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.12.1'
+version = '0.13.0'
 # The full version, including alpha/beta/rc tags
-release = '0.12.1-SNAPSHOT'
+release = '0.13.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab