Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Jun 27, 2012
1 parent 6f8e778 commit b4688cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/HISTORY.rst
Expand Up @@ -17,8 +17,8 @@ New features should have test code sent with them.
Changes
=======

0.5.0 Release (pending)
-----------------------
0.5.0 Release
-------------

VCF 4.1 support:
* support missing genotype #28 (thanks @martijnvermaat)
Expand Down
2 changes: 1 addition & 1 deletion vcf/__init__.py
Expand Up @@ -177,4 +177,4 @@
from vcf.filters import Base as Filter
from vcf.parser import RESERVED_INFO, RESERVED_FORMAT

VERSION = '0.5.0-pre'
VERSION = '0.5.0'

0 comments on commit b4688cc

Please sign in to comment.