From 98b2f11014b84b72c05516dc05fe248c6883840b Mon Sep 17 00:00:00 2001
From: Felix Lenner <52530259+fellen31@users.noreply.github.com>
Date: Fri, 22 Nov 2024 14:12:40 +0100
Subject: [PATCH] Prep release 0.4.0 (#511)
---
CHANGELOG.md | 2 +-
assets/multiqc_config.yml | 2 +-
nextflow.config | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dda988c8..9b80d04b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## 0.4.0dev - [XXXX-XX-XX]
+## 0.4.0 - [2024-11-22]
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 12f3b257..125517b7 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,5 +1,5 @@
report_comment: >
- This report has been generated by the genomic-medicine-sweden/nallo
+ This report has been generated by the genomic-medicine-sweden/nallo
analysis pipeline.
report_section_order:
"genomic-medicine-sweden-nallo-methods-description":
diff --git a/nextflow.config b/nextflow.config
index f35e534b..5dd6f78f 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -275,7 +275,7 @@ manifest {
description = """Long-read variant calling pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.2'
- version = '0.4.0dev'
+ version = '0.4.0'
doi = '10.5281/zenodo.13748210'
}