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
5aba2990
Unverified
Commit
5aba2990
authored
Dec 09, 2019
by
Mihai
Committed by
GitHub
Dec 09, 2019
Browse files
Merge pull request #499 from mutalyzer/release-2.0.32
Release 2.0.32
parents
2d6405a0
0c813ce0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
5aba2990
...
...
@@ -3,12 +3,27 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.3
2
Version 2.0.3
3
---------------
Release date to be decided.
Version 2.0.32
---------------
Released on December 9th 2019.
- Update email address and wiki link (`#498
<https://github.com/mutalyzer/mutalyzer/pull/498>`_).
- Fix erroneous message for mtDNA m. coordinate system (`#497
<https://github.com/mutalyzer/mutalyzer/pull/497>`_).
- Update requirements (`#496
<https://github.com/mutalyzer/mutalyzer/pull/496>`_).
- Fix invalid LRG record issue (`#495
<https://github.com/mutalyzer/mutalyzer/pull/495>`_).
Version 2.0.31
---------------
...
...
mutalyzer/__init__.py
View file @
5aba2990
...
...
@@ -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'
,
'3
2
'
,
'dev'
)
__date__
=
'
21 August
2019'
__version_info__
=
(
'2'
,
'0'
,
'3
3
'
,
'dev'
)
__date__
=
'
9 December
2019'
__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