diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d4c8fc8..e945e744d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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). +## v3.15.0dev - [date] + +### Credits + +### Enhancements & fixes + +### Parameters + +### Software dependencies + ## [[3.14.0](https://github.com/nf-core/rnaseq/releases/tag/3.14.0)] - 2024-01-08 ### Credits diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index e738f4854..712674f29 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,5 +1,5 @@ report_comment: > - This report has been generated by the nf-core/rnaseq analysis pipeline. For information about how to interpret these results, please see the documentation. + This report has been generated by the nf-core/rnaseq analysis pipeline. For information about how to interpret these results, please see the documentation. report_section_order: "nf-core-rnaseq-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index f4d9f87e2..c9c9cb08d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -322,7 +322,7 @@ manifest { description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '3.14.0' + version = '3.15.0dev' doi = 'https://doi.org/10.5281/zenodo.1400710' }