From 3e102133327be3c76366ba49903afd9e1ee78831 Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:49:32 -0400 Subject: [PATCH] update version and changelog for 0.14.1 release --- docs/changelog.md | 4 +++- pypiper/_version.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 42d8f16..feba103 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,9 +1,11 @@ # Changelog -## [0.15.0] -- 2024-xx-xx +## [0.14.1] -- 2024-04-19 ### Changed - remove pipestat_project_name from PipelineManager parameters - refactor pipestat_sample_name to pipestat_record_identifier in PipelineManager parameters +- update requirements for pipestat 0.9.0, ubiquerg 0.8.0, and yacman 0.9.3 +- set `force_overwrite` to default to true, Issue #209 ## [0.14.0] -- 2023-12-22 diff --git a/pypiper/_version.py b/pypiper/_version.py index 9e78220..f075dd3 100644 --- a/pypiper/_version.py +++ b/pypiper/_version.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1"