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
6562bf89
Unverified
Commit
6562bf89
authored
Aug 21, 2019
by
Mihai
Committed by
GitHub
Aug 21, 2019
Browse files
Merge pull request #487 from mutalyzer/release-2.0.31
Release 2.0.31
parents
971bde82
be496456
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
6562bf89
...
...
@@ -3,12 +3,29 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.3
1
Version 2.0.3
2
---------------
Release date to be decided.
Version 2.0.31
---------------
Released on August 21st 2019.
- Update requirements (`#486
<https://github.com/mutalyzer/mutalyzer/pull/486>`_).
- Add support for NCBI E-utilities API key (`#485
<https://github.com/mutalyzer/mutalyzer/pull/485>`_).
- Update HGVS descriptions retrieval for SNP converter (`#482
<https://github.com/mutalyzer/mutalyzer/issues/482>`_)
- Make file selection mandatory in the batch job web page (`#481
<https://github.com/mutalyzer/mutalyzer/issues/481>`_).
- Update Travis configuration (`#483
<https://github.com/mutalyzer/mutalyzer/pull/483>`_)
Version 2.0.30
---------------
...
...
mutalyzer/__init__.py
View file @
6562bf89
...
...
@@ -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
1
'
,
'dev'
)
__date__
=
'2
4 May
2019'
__version_info__
=
(
'2'
,
'0'
,
'3
2
'
,
'dev'
)
__date__
=
'2
1 August
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