Skip to content
Snippets Groups Projects
Commit f3e13b87 authored by Vermaat's avatar Vermaat
Browse files

Bump version to 2.0.14

parent 01f83c07
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.14
--------------
Release date to be decided.
Released on November 9th 2015.
- E-mail address is now optional in batch job website interface (`#119
<https://github.com/mutalyzer/mutalyzer/pull/119>`_).
......
......@@ -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', '14', 'dev')
__date__ = '1 Oct 2015'
__version_info__ = ('2', '0', '14')
__date__ = '9 Nov 2015'
__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