Skip to content

Commit

Permalink
Merge pull request #266 from nf-core/bump-version
Browse files Browse the repository at this point in the history
bump version for patch release
  • Loading branch information
grst committed Sep 22, 2023
2 parents 2c12201 + 4d676eb commit 4a8a63f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
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).

## [Unpublished Version / DEV]
## v2.4.1 - 2023-09-21

- Fix false-positive filename check in cellranger module ([#TODO](TODO))
- Fix false-positive filename check in cellranger module ([#261](https://github.com/nf-core/scrnaseq/pull/261))

## v2.4.0 - 2023-08-16 Lime Platinum Crab

Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/2.5.0dev" target="_blank">nf-core/scrnaseq</a>
This report has been generated by the <a href="https://github.com/nf-core/scrnaseq/2.4.1" target="_blank">nf-core/scrnaseq</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/scrnaseq/2.5.0dev/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/scrnaseq/2.4.1/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-scrnaseq-methods-description":
order: -1000
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ manifest {
description = """Pipeline for processing 10x Genomics single cell rnaseq data"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.5.0dev'
version = '2.4.1'
doi = '10.5281/zenodo.3568187'
}

Expand Down

0 comments on commit 4a8a63f

Please sign in to comment.