Skip to content
Snippets Groups Projects
Commit 74eebe71 authored by Vermaat's avatar Vermaat
Browse files

Bump version to 2.0.8

parent 7b3289d0
No related branches found
Tags v2.0.8
Loading
......@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.8
-------------
Release date to be decided.
Released on May 27th 2015.
- The `HGVS variant description extractor
<https://github.com/mutalyzer/description-extractor>`_ package is available
......
......@@ -21,8 +21,8 @@ from __future__ import unicode_literals
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# [2] http://semver.org/
__version_info__ = ('2', '0', '8', 'dev')
__date__ = '12 Mar 2015'
__version_info__ = ('2', '0', '8')
__date__ = '27 May 2015'
__version__ = '.'.join(__version_info__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment