Skip to content
Snippets Groups Projects
Unverified Commit bffd1999 authored by Mihai's avatar Mihai Committed by GitHub
Browse files

Merge pull request #476 from mutalyzer/release-2.0.30

Release 2.0.30
parents 77f2eea4 98d84371
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,25 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.30
Version 2.0.31
---------------
Release date to be decided.
Version 2.0.30
---------------
Released on May 24th 2019.
- Update requirements (`#475
<https://github.com/mutalyzer/mutalyzer/pull/475>`_).
- Update documentation links (`#474
<https://github.com/mutalyzer/mutalyzer/pull/474>`_).
- Fix the genbank parser to perform loci objects creation in two steps (`#468
<https://github.com/mutalyzer/mutalyzer/issues/468>`_).
Version 2.0.29
---------------
......
......@@ -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', '30', 'dev')
__date__ = '4 December 2018'
__version_info__ = ('2', '0', '31', 'dev')
__date__ = '24 May 2019'
__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