Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Jun 20, 2022
1 parent 1f2119a commit 83ff752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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.6.1]
### Added
- New models for r10.4.1-e8.2 400bps condition
- New models for R10.4.1 E8.2 400bps based sequencing chemistries.

### Fixed
- DiploidZygosityLabelScheme renaming
- DiploidZygosityLabelScheme renaming.

## [v1.6.0]
### Changed
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.6.0"
__version__ = "1.6.1"

try:
import parasail
Expand Down

0 comments on commit 83ff752

Please sign in to comment.