From e736dd4678062acb80e4dce77eb665daf846112c Mon Sep 17 00:00:00 2001 From: jasmezz Date: Fri, 11 Aug 2023 14:38:51 +0200 Subject: [PATCH 1/2] Post-release version bump --- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 25990a0d..c2357764 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/funcscan + This report has been generated by the nf-core/funcscan analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-funcscan-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 95ffa0c1..887e4a09 100644 --- a/nextflow.config +++ b/nextflow.config @@ -391,7 +391,7 @@ manifest { description = """Pipeline for screening for functional components of assembled contigs""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.1.3' + version = '1.1.4dev' doi = '10.5281/zenodo.7643099' } From caaa6829e105b02f0aceefe1d41a5538d6c761d9 Mon Sep 17 00:00:00 2001 From: jasmezz Date: Fri, 11 Aug 2023 14:40:42 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa76fc2..e0674f20 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). +## v1.1.4dev - [unreleased] + +### `Added` + +### `Fixed` + +### `Dependencies` + +### `Deprecated` + ## v1.1.3 - [2023-08-11] ### `Added`