Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dev version post release #210

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ template:
name: multiplesequencealign
org: nf-core
outdir: .
version: 1.1.0
version: 1.1.1dev
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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).

## 1.1.1 - Patch release

### Credits

### Enhancements & fixes

### Parameters

## [1.1.0 - Nova Icaria](https://github.com/nf-core/multiplesequencealign/releases/tag/1.1.0)

Nova Icaria is a beach in Barcelona. We started from Somorrostro (beach in front of CRG) and we are going up the way to Costa Brava.
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/multiplesequencealign/releases/tag/1.1.0"
This report has been generated by the <a href="https://github.com/nf-core/multiplesequencealign/tree/dev"
target="_blank">nf-core/multiplesequencealign</a> analysis pipeline. For information
about how to interpret these results, please see the <a href="https://nf-co.re/multiplesequencealign/1.1.0/docs/output"
about how to interpret these results, please see the <a href="https://nf-co.re/multiplesequencealign/dev/docs/output"
target="_blank">documentation</a>.
report_section_order:
"nf-core-multiplesequencealign-methods-description":
Expand Down
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'multiplesequencealign/samplesheet/v1.1/samplesheet_test_af2.csv'
tools = params.pipelines_testdata_base_path + 'multiplesequencealign/toolsheet/v1.1/toolsheet.csv'
tools = params.pipelines_testdata_base_path + 'multiplesequencealign/toolsheet/v1.1/toolsheet_full.csv'
}
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=24.10.4'
version = '1.1.0'
version = '1.1.1dev'
doi = 'https://doi.org/10.5281/zenodo.13889386'
}

Expand Down
22 changes: 11 additions & 11 deletions ro-crate-metadata.json

Large diffs are not rendered by default.