From 16e67e788e8e8b7cbf5bb6ce6e83734c1dfd149c Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 17 Nov 2023 17:55:57 +0100 Subject: [PATCH] REL: Set version for release --- CHANGELOG.md | 14 +------------- CITATION.cff | 4 ++-- src/doc/conf.py | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c800e282..bd6754f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,13 @@ 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] ## - -### Added ### - -### Changed ### - -### Deprecated ### - -### Removed ### +## [0.13.1 - 2023-11-17] ## ### Fixed ### * [#242](https://gitlab.com/linkahead/linkahead-webui/-/issues/242) Missing LinkAhead logo in footer -### Security ### - -### Documentation ### - ## [0.13.0 - 2023-10-11] ## ### Added ### diff --git a/CITATION.cff b/CITATION.cff index 5e6a1c68..411ef9b3 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.0 +version: 0.13.1 doi: 10.3390/data4020083 -date-released: 2023-10-11 +date-released: 2023-11-17 diff --git a/src/doc/conf.py b/src/doc/conf.py index 0649d16f..b941fb54 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -28,7 +28,7 @@ author = 'Daniel Hornung' # The short X.Y version version = '0.13.1' # The full version, including alpha/beta/rc tags -release = '0.13.1-SNAPSHOT' +release = '0.13.1' # -- General configuration --------------------------------------------------- -- GitLab