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

Merge pull request #141 from mutalyzer/release-2.0.15

Release 2.0.15
parents ea67260e c8e3ab0c
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,28 @@ Changelog ...@@ -4,12 +4,28 @@ Changelog
This is a record of changes made between each Mutalyzer release. This is a record of changes made between each Mutalyzer release.
Version 2.0.15 Version 2.0.16
-------------- --------------
Release date to be decided. Release date to be decided.
Version 2.0.15
--------------
Released on January 6th 2016.
- Speedup NCBI mapview file import (`#124
<https://github.com/mutalyzer/mutalyzer/pull/124>`_).
- Parse genbank file without VERSION field (`#126
<https://github.com/mutalyzer/mutalyzer/pull/126>`_).
- Fix issue where some transcripts would not show in the legend (`#136
<https://github.com/mutalyzer/mutalyzer/pull/136>`_).
- Don't discard complete gene from GenBank file when it has incomplete but
also complete features annotated (`#138
<https://github.com/mutalyzer/mutalyzer/pull/138>`_)
Version 2.0.14 Version 2.0.14
-------------- --------------
......
Copyright (c) 2009-2015 by Leiden University Medical Center and contributors Copyright (c) 2009-2016 by Leiden University Medical Center and contributors
(see the AUTHORS.rst file for details). (see the AUTHORS.rst file for details).
The Mutalyzer source code is licensed under the `GNU Affero General Public The Mutalyzer source code is licensed under the `GNU Affero General Public
......
...@@ -35,7 +35,7 @@ Please refer to the documentation for `more information on contributions ...@@ -35,7 +35,7 @@ Please refer to the documentation for `more information on contributions
Copyright Copyright
--------- ---------
Mutalyzer is copyright (c) 2009-2015 by Leiden University Medical Center and Mutalyzer is copyright (c) 2009-2016 by Leiden University Medical Center and
contributors (see the AUTHORS.rst file for details). contributors (see the AUTHORS.rst file for details).
Mutalyzer is licensed under the `GNU Affero General Public License Mutalyzer is licensed under the `GNU Affero General Public License
......
...@@ -21,8 +21,8 @@ from __future__ import unicode_literals ...@@ -21,8 +21,8 @@ from __future__ import unicode_literals
# [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version # [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# [2] http://semver.org/ # [2] http://semver.org/
__version_info__ = ('2', '0', '15', 'dev') __version_info__ = ('2', '0', '16', 'dev')
__date__ = '9 Nov 2015' __date__ = '6 Jan 2016'
__version__ = '.'.join(__version_info__) __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