We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6473e07 + 0494d89 commit 24fb667Copy full SHA for 24fb667
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-### Unreleased
+### [v0.3.11] - 2022-11-16
8
### Fixed
9
- Fix crashes in `subsample_bam` with alignment filtering and `common_errors_from_bam`
10
- `assess_assembly -H` uses correct output directory.
pomoxis/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.3.10'
+__version__ = '0.3.11'
2
3
import argparse
import os
0 commit comments