From 86e0b5507162769374a412c63ae424be7de8210a Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 5 Jan 2024 12:47:02 -0600 Subject: [PATCH] chore: Bump versions for 2.6.0 release --- CHANGELOG.md | 2 +- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f8c99e..ecff842f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # nf-core/methylseq -## v2.6.0dev - [date] +## [v2.6.0](https://github.com/nf-core/methylseq/releases/tag/2.6.0) - 2024-01-05 ### Bug fixes & refactoring diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index ad28ec5b..c6e99955 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/methylseq + This report has been generated by the nf-core/methylseq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-methylseq-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 5bdfa5e9..d95f12b2 100644 --- a/nextflow.config +++ b/nextflow.config @@ -297,7 +297,7 @@ manifest { description = """Methylation (Bisulfite-Sequencing) Best Practice analysis pipeline, part of the nf-core community.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.6.0dev' + version = '2.6.0' doi = '10.5281/zenodo.1343417' }