Skip to content
Snippets Groups Projects
Commit 0c89513c authored by Mihai's avatar Mihai
Browse files

Bump version to 2.0.31

parent 241bcdcf
No related branches found
Tags v2.0.31
1 merge request!487Release 2.0.31
......@@ -6,7 +6,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.31
---------------
Release date to be decided.
Released on August 21st 2019.
- Update requirements (`#486
<https://github.com/mutalyzer/mutalyzer/pull/486>`_).
......
......@@ -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', '31', 'dev')
__date__ = '24 May 2019'
__version_info__ = ('2', '0', '31')
__date__ = '21 August 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