Skip to content

Commit 24fb667

Browse files
committed
Merge branch 'v0311' into 'dev'
v0.3.11 bump See merge request research/pomoxis!161
2 parents 6473e07 + 0494d89 commit 24fb667

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
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
### Unreleased
7+
### [v0.3.11] - 2022-11-16
88
### Fixed
99
- Fix crashes in `subsample_bam` with alignment filtering and `common_errors_from_bam`
1010
- `assess_assembly -H` uses correct output directory.

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.10'
1+
__version__ = '0.3.11'
22

33
import argparse
44
import os

0 commit comments

Comments
 (0)