Skip to content

Commit 817657b

Browse files
committed
Merge branch 'ftostevin-dev-patch-85132' into 'dev'
bump version See merge request research/pomoxis!141
2 parents a4c743a + 8198e49 commit 817657b

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.9] - 2021-08-18
88
### Fixed
99
- Reduced memory consumption of `catalogue_errors`.
1010
- `fast_convert qa` now properly outputs a fasta file

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.8'
1+
__version__ = '0.3.9'
22

33
import argparse
44
import os

0 commit comments

Comments
 (0)