Skip to content

Commit c5d1aeb

Browse files
committed
New release.
1 parent ac00851 commit c5d1aeb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v1.3.0, 2016-06-21
2+
3+
New strategy, a bug fix and more explicit copyright notice
4+
5+
- Remorseful Prober: https://github.com/Axelrod-Python/Axelrod/pull/633
6+
7+
Bug fix:
8+
9+
- The finite state machines were not reseting state properly.
10+
11+
12+
Here are all the commits for this PR:
13+
https://github.com/Axelrod-Python/Axelrod/compare/v1.2.0...v1.3.0
14+
115
# v1.2.0, 2016-06-13
216

317
New strategies and some minor improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.2.0',
9+
version='1.3.0',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('[email protected]'),

0 commit comments

Comments
 (0)