diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc713b8ae75b1da484df279b98003cbae13df0b..203ff736b6a1276dd811294a45f9faed81f07a95 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 ba47a8301176836e4fec5492a6377d9deaea8cee..5e6a1c68698e156432f3d686d7454a0d432a6cc5 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 c03b00f24bfce563542fdc0b992bc5b73d936af6..f0f09e6c4e18b052b2e100947bd85b6b7056b701 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 ---------------------------------------------------