diff --git a/CHANGELOG.md b/CHANGELOG.md index f21d52b19cf0feddad7836732aab4f0850d1634b..787ed22c8f6acadf52a88c6d838f551d43060496 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 a82fe1056087d50b9af4fe82ef2d482e8b78daa9..07e4e1e8ebd1e2ccd111f112f9122936c4b5aef1 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 00013dacb1bac017ebdf7cbc91650fb33dfa2304..a5e925bed25a01d7b3c01c656951899ea9ca0d8b 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 ---------------------------------------------------