diff --git a/CHANGES.md b/CHANGES.md index d7fb4a14e..e58dcbc97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +# v1.3.0, 2016-06-21 + +New strategy, a bug fix and more explicit copyright notice + +- Remorseful Prober: https://github.com/Axelrod-Python/Axelrod/pull/633 + +Bug fix: + +- The finite state machines were not reseting state properly. + + +Here are all the commits for this PR: +https://github.com/Axelrod-Python/Axelrod/compare/v1.2.0...v1.3.0 + # v1.2.0, 2016-06-13 New strategies and some minor improvements diff --git a/setup.py b/setup.py index 0de339412..04ce8ebc8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Axelrod', - version='1.2.0', + version='1.3.0', install_requires=requirements, author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper', author_email=('axelrod-python@googlegroups.com'),