Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Sep 21, 2023
1 parent e8281cc commit c1a2dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.30.24
+ fix memory leak in raw_header (#281)

# v0.30.23
+ set samples to empty when given empty list.
+ Prevent memory leak if user calls VCF.close() (#280)
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.23"
__version__ = "0.30.24"

0 comments on commit c1a2dba

Please sign in to comment.