Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
531d8aff
Commit
531d8aff
authored
Mar 24, 2016
by
Vermaat
Browse files
Bump version to 2.0.17
parent
21b070fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
531d8aff
...
...
@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.17
--------------
Release
date to be decided
.
Release
d on March 24th 2016
.
- Position converter now checks for selection of gene/transcript (`#346
<https://github.com/mutalyzer/mutalyzer/pull/346>`_).
...
...
mutalyzer/__init__.py
View file @
531d8aff
...
...
@@ -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'
,
'17'
,
'dev'
)
__date__
=
'2
5 Feb
2016'
__version_info__
=
(
'2'
,
'0'
,
'17'
)
__date__
=
'2
4 Mar
2016'
__version__
=
'.'
.
join
(
__version_info__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment