diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6b23a..db5326e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ 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). -## 1.0.1 +## 1.1.0dev + +### Credits + +### Changed + +### Fixed + +### Dependencies + +## [1.0.1](https://github.com/nf-core/demo/releases/tag/1.0.1) 2024-10-18 ### Credits diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 73576c4..16a6e09 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/demo + This report has been generated by the nf-core/demo analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-demo-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index ca5534c..8f5dda7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -228,7 +228,7 @@ manifest { description = """An nf-core demo pipeline""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '1.0.1' + version = '1.1.0dev' doi = '10.5281/zenodo.12192442' }