From 59b823c4e16a216d9e3adfe01de2a962f5ce6a43 Mon Sep 17 00:00:00 2001 From: Daniel-VM Date: Wed, 17 Apr 2024 09:50:41 +0200 Subject: [PATCH] bump version 2.3.0dev --- 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 d69e8489..90d8e052 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). +## v2.3.0dev nf-core/bacass: "Navy Iron Oyster" 2024/03/17 + +### `Changed` + +### `Added` + +### `Fixed` + +### `Dependencies` + +### `Deprecated` + ## v2.2.0 nf-core/bacass: "Aqua Platinum Zebrafish" 2024/03/27 ### `Changed` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 15ee2a1d..32c030f0 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/bacass + This report has been generated by the nf-core/bacass analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-bacass-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 09198a1c..eb234428 100644 --- a/nextflow.config +++ b/nextflow.config @@ -263,7 +263,7 @@ manifest { description = """Simple bacterial assembly and annotation""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.2.0' + version = '2.3.0dev' doi = '10.5281/zenodo.2669428' }