Skip to content

Commit

Permalink
fix missing .pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Feb 21, 2014
1 parent 734daf4 commit d1a9fdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include vcf *.pyx
5 changes: 5 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ New features should have test code sent with them.
Changes
=======

0.6.7 Release
-------------

* Include missing .pyx files

0.6.6 Release
-------------

Expand Down
2 changes: 1 addition & 1 deletion vcf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@
from vcf.filters import Base as Filter
from vcf.parser import RESERVED_INFO, RESERVED_FORMAT

VERSION = '0.6.6'
VERSION = '0.6.7'

0 comments on commit d1a9fdc

Please sign in to comment.