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

Bump version to 2.0.4

parent 3511d56c
No related branches found
Tags v2.0.4
No related merge requests found
......@@ -7,7 +7,7 @@ This is a record of changes made between each Mutalyzer release.
Version 2.0.4
-------------
Release date to be decided.
Released on November 19th 2014.
- Many string encoding related fixes. Summarizing, Mutalyzer should now be
completely aware of input and output string encodings, in all
......
......@@ -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', '4', 'dev')
__date__ = '20 Oct 2014'
__version_info__ = ('2', '0', '4')
__date__ = '19 Nov 2014'
__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