Skip to content
GitLab
Menu
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
1b1ccc34
Commit
1b1ccc34
authored
Jun 24, 2016
by
Vermaat
Committed by
GitHub
Jun 24, 2016
Browse files
Merge pull request #410 from mutalyzer/release-2.0.21
Release 2.0.21
parents
0793db60
ea356cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
1b1ccc34
...
...
@@ -4,12 +4,21 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.2
1
Version 2.0.2
2
--------------
Release date to be decided.
Version 2.0.21
--------------
Released on June 24th 2016.
- Fix typo in batch SNP converter, causing all batch jobs to stall (`#409
<https://github.com/mutalyzer/mutalyzer/pull/409>`_).
Version 2.0.20
--------------
...
...
mutalyzer/__init__.py
View file @
1b1ccc34
...
...
@@ -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'
,
'2
1
'
,
'dev'
)
__date__
=
'2
2
Jun 2016'
__version_info__
=
(
'2'
,
'0'
,
'2
2
'
,
'dev'
)
__date__
=
'2
4
Jun 2016'
__version__
=
'.'
.
join
(
__version_info__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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