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

Merge pull request #66 from mutalyzer/release-2.0.11

Release 2.0.11
parents 0a9f0f38 4c9cf770
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,21 @@ Changelog
This is a record of changes made between each Mutalyzer release.
Version 2.0.11
Version 2.0.12
--------------
Release date to be decided.
Version 2.0.11
--------------
Released on August 6th 2015.
- Fix bug in recognizing `p.(=)` (was reported as `p.?`) (`#65
<https://github.com/mutalyzer/mutalyzer/pull/65>`_).
Version 2.0.10
--------------
......
......@@ -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', '11', 'dev')
__date__ = '21 Jul 2015'
__version_info__ = ('2', '0', '12', 'dev')
__date__ = '6 Aug 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