Skip to content

Commit 700664f

Browse files
authored
Merge pull request #1129 from nf-core/bump_release_dev
Bump versions for work on 3.14.0 milestone
2 parents b7480f7 + e9ebeaa commit 700664f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## v3.14.0dev - [date]
7+
8+
### Credits
9+
10+
### Enhancements & fixes
11+
12+
### Software dependencies
13+
14+
### Modules / Subworkflows
15+
616
## [[3.13.2](https://github.com/nf-core/rnaseq/releases/tag/3.13.2)] - 2023-11-21
717

818
### Credits

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ manifest {
317317
description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
318318
mainScript = 'main.nf'
319319
nextflowVersion = '!>=23.04.0'
320-
version = '3.13.2'
320+
version = '3.14.0dev'
321321
doi = 'https://doi.org/10.5281/zenodo.1400710'
322322
}
323323

0 commit comments

Comments
 (0)