Skip to content

Commit

Permalink
Merge pull request #137 from Plant-Food-Research-Open/bump/2.1.1
Browse files Browse the repository at this point in the history
Version bump to 2.1.1
  • Loading branch information
GallVp authored Sep 19, 2024
2 parents d16decb + 36455bb commit a63a7cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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).

## v2.1.1+dev - [19-Sep-2024]
## v2.1.1 - [19-Sep-2024]

### `Added`

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors:
- family-names: "Deng"
given-names: "Cecilia"
title: "AssemblyQC: A Nextflow pipeline for reproducible reporting of assembly quality"
version: 2.1.1+dev
version: 2.1.1
date-released: 2024-07-30
url: "https://github.com/Plant-Food-Research-Open/assemblyqc"
doi: 10.1093/bioinformatics/btae477
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ manifest {
description = """A Nextflow pipeline which evaluates assembly quality with multiple QC tools and presents the results in a unified html report."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.1.1+dev'
version = '2.1.1'
doi = 'https://doi.org/10.1093/bioinformatics/btae477'
}

Expand Down

0 comments on commit a63a7cb

Please sign in to comment.