Skip to content

Commit

Permalink
bump version to 2.10.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Apr 3, 2024
1 parent 4707d38 commit 8c92aa6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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).

## nf-core/ampliseq version 2.10.0dev

### `Added`

### `Changed`

### `Fixed`

### `Dependencies`

### `Removed`

## nf-core/ampliseq version 2.9.0 - 2024-04-03

### `Added`
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/ampliseq/releases/tag/2.9.0" target="_blank">nf-core/ampliseq</a>
This report has been generated by the <a href="https://github.com/nf-core/ampliseq/tree/dev" target="_blank">nf-core/ampliseq</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/ampliseq/2.9.0/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/ampliseq/dev/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-ampliseq-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 @@ -344,7 +344,7 @@ manifest {
description = """Amplicon sequencing analysis workflow using DADA2 and QIIME2"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.9.0'
version = '2.10.0dev'
doi = '10.5281/zenodo.1493841'
}

Expand Down

0 comments on commit 8c92aa6

Please sign in to comment.