From 9eadd68b7ea72c11f11bd31b56c54e8c6af94fb2 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Tue, 21 Nov 2023 11:44:48 +0000 Subject: [PATCH 1/2] Bump versions for work on 3.14.0 milestone --- CHANGELOG.md | 11 +++++++++++ nextflow.config | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef0b84d7..58e29b10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +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). +## v3.14.0dev - [date] + +### Credits + +### Enhancements & fixes + +### Software dependencies + +### Modules / Subworkflows + + ## [[3.13.2](https://github.com/nf-core/rnaseq/releases/tag/3.13.2)] - 2023-11-21 ### Credits diff --git a/nextflow.config b/nextflow.config index 89f72ec5b..d15d4435c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -317,7 +317,7 @@ manifest { description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '3.13.2' + version = '3.14.0dev' doi = 'https://doi.org/10.5281/zenodo.1400710' } From e9ebeaa5e6cf00a585ea88ec547dbe9fa757437c Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 21 Nov 2023 11:47:21 +0000 Subject: [PATCH 2/2] [automated] Fix linting with Prettier --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e29b10c..36b2ad811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Modules / Subworkflows - ## [[3.13.2](https://github.com/nf-core/rnaseq/releases/tag/3.13.2)] - 2023-11-21 ### Credits