Skip to content

Commit 3cd24e0

Browse files
committed
Merge branch 'v0316' into 'dev'
bump version to 0.3.16 See merge request research/pomoxis!177
2 parents c2f3ff5 + ad3b750 commit 3cd24e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
8+
## [v0.3.16] - 2024-09-04
99
### Added
1010
- Read mean Qscore and alignment flag added to `stats_from_bam` output.
1111
- Add option to `filter_bam` to keep unmapped reads that pass (non-alignment) filters.

pomoxis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.15'
1+
__version__ = '0.3.16'
22

33
import argparse
44
import os

0 commit comments

Comments
 (0)