Skip to content

Commit

Permalink
Merge branch 'bump_version' into 'dev'
Browse files Browse the repository at this point in the history
bump version and update CHANGELOG.md

See merge request research/pomoxis!155
  • Loading branch information
mwykes committed Feb 16, 2022
2 parents 22f1811 + c1b7cb2 commit dc4beaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Unreleased
### Fixed
### Changed
### Added

## [v0.3.10] - 2022-02-22
### Fixed
- `stats_from_bam`: handle cigar strings using `=` and `X` instead of `M`.
### Changed
- Include mapping quality in `stats_from_bam` output.
Expand Down
2 changes: 1 addition & 1 deletion pomoxis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.9'
__version__ = '0.3.10'

import argparse
import os
Expand Down

0 comments on commit dc4beaa

Please sign in to comment.