From a611cc3c99891a6a66a33b520c651203cdf27cc2 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 19 Dec 2024 10:46:52 +0100 Subject: [PATCH] REL: Prepare release of 0.15.1 --- CHANGELOG.md | 14 +------------- src/doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65e027f..9328bc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,12 @@ 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.1] - 2014-12-19 ## ### Fixed ### - [#254](https://gitlab.com/linkahead/linkahead-webui/-/issues/254) "Download files referenced in the table" failed -### Security ### - -### Documentation ### - ## [0.15.0] - 2024-10-01 ## ### Added ### diff --git a/src/doc/conf.py b/src/doc/conf.py index 24ef8545..0a6c9acb 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.1' # The full version, including alpha/beta/rc tags -release = '0.15.1-SNAPSHOT' +release = '0.15.1' # -- General configuration --------------------------------------------------- -- GitLab