Skip to content

Commit

Permalink
Merge branch 'tag-v1.8.1' into 'dev'
Browse files Browse the repository at this point in the history
tag v1.8.1

See merge request research/medaka!548
  • Loading branch information
sarahjeeeze committed Jun 8, 2023
2 parents 475f231 + f6da1e2 commit ae8a369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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).

## [unreleased]
## [v1.8.1]
### Added
- Expose qualities parameter in medaka_consensus script with `-q` parameter.

Expand Down
2 changes: 1 addition & 1 deletion medaka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import subprocess
import sys

__version__ = "1.8.0"
__version__ = "1.8.1"

try:
import parasail
Expand Down

0 comments on commit ae8a369

Please sign in to comment.