From 6e2adb825561c283bc288bfd53d0dd980b31a3b0 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 5 Feb 2024 15:48:09 +0100 Subject: [PATCH] Post release version bump --- CHANGELOG.md | 12 ++++++++++++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0d2429..fa51730f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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). +## dev - [unreleased] + +### `Added` + +### `Changed` + +### `Fixed` + +### `Dependencies` + +### `Deprecated` + ## 2.5.3 - [2024-02-05] ### `Added` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 234d1d8d..ff9fc6fb 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/mag + This report has been generated by the nf-core/mag analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-mag-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 6a2da3b5..ed9d4e27 100644 --- a/nextflow.config +++ b/nextflow.config @@ -379,7 +379,7 @@ manifest { description = """Assembly, binning and annotation of metagenomes""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.5.3' + version = '2.5.4' doi = '10.1093/nargab/lqac007' }