Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Dec 8, 2021
1 parent b339e1b commit 2073457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.30.14
+ use warnings instead of sys.stderr (#229 from @grahamgower)
+ use libdeflate in wheel build (#231 from @grahamgower)
+ use pytest instead of nose and update numpy stuff (#232 from @grahamgower)

# v0.30.13
+ fixes for mixed ploidy samples affecting `variant.num_het`,
`variant.num_hom_ref`, etc. Also affects `variant.genotypes` and
Expand Down
2 changes: 1 addition & 1 deletion cyvcf2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
par_het)
Reader = VCFReader = VCF

__version__ = "0.30.13"
__version__ = "0.30.14"

0 comments on commit 2073457

Please sign in to comment.