From 5b9b73a3c345ebd4e3e4d70efd8ba05a62c55396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 28 Feb 2025 12:18:04 +0100 Subject: [PATCH] REL: prepare CL and set version --- CHANGELOG.md | 16 ++-------------- CITATION.cff | 4 ++-- src/doc/conf.py | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21d52b..787ed22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,14 @@ 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.15.2] - 2025-02-28 ## ### Fixed ### * [#271](https://gitlab.com/linkahead/linkahead-webui/-/issues/271) Removed an unused parameter redefinition from query.xsl. -### Security ### - -### Documentation ### - -## [0.15.1] - 2014-12-20 ## +## [0.15.1] - 2024-12-20 ## ### Fixed ### diff --git a/CITATION.cff b/CITATION.cff index a82fe10..07e4e1e 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.15.0 +version: 0.15.2 doi: 10.3390/data4020083 -date-released: 2024-10-01 +date-released: 2025-02-28 diff --git a/src/doc/conf.py b/src/doc/conf.py index 00013da..a5e925b 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.15.2' # The full version, including alpha/beta/rc tags -release = '0.15.2-SNAPSHOT' +release = '0.15.2' # -- General configuration --------------------------------------------------- -- GitLab