Skip to content

Commit bdeeca7

Browse files
committed
Bump after release 3.21.0
1 parent 13c6e21 commit bdeeca7

File tree

5 files changed

+118
-112
lines changed

5 files changed

+118
-112
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ template:
2121
name: rnaseq
2222
org: nf-core
2323
outdir: .
24-
version: 3.21.0
24+
version: 3.22.0dev

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## dev - xxxx-xx-xx
7+
8+
### Credits
9+
10+
### Enhancements and fixes
11+
612
## [[3.21.0](https://github.com/nf-core/rnaseq/releases/tag/3.21.0)] - 2025-09-18
713

814
### Credits

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ manifest {
421421
mainScript = 'main.nf'
422422
defaultBranch = 'master'
423423
nextflowVersion = '!>=24.10.5'
424-
version = '3.21.0'
424+
version = '3.22.0dev'
425425
doi = 'https://doi.org/10.5281/zenodo.1400710'
426426
}
427427

0 commit comments

Comments
 (0)