Skip to content

Commit 8896e66

Browse files
committed
Release v2.13.0
1 parent 1d34818 commit 8896e66

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# v2.13.0, 2017-06-01
2+
3+
New strategies, refactor of strategy tests and minor documentation fixes.
4+
5+
- New strategy Dynamic Two Tits for Tat:
6+
https://github.com/Axelrod-Python/Axelrod/pull/1030
7+
- New strategy Eugine Nier
8+
https://github.com/Axelrod-Python/Axelrod/pull/1016
9+
- New strategies: trained FSMs, TF1, TF2, TF3
10+
https://github.com/Axelrod-Python/Axelrod/pull/1036
11+
- Small documentation fix:
12+
https://github.com/Axelrod-Python/Axelrod/pull/1022
13+
- Refactor of strategy tests:
14+
https://github.com/Axelrod-Python/Axelrod/pull/1016
15+
https://github.com/Axelrod-Python/Axelrod/pull/1021
16+
https://github.com/Axelrod-Python/Axelrod/pull/1022
17+
https://github.com/Axelrod-Python/Axelrod/pull/1023
18+
https://github.com/Axelrod-Python/Axelrod/pull/1024
19+
https://github.com/Axelrod-Python/Axelrod/pull/1028
20+
https://github.com/Axelrod-Python/Axelrod/pull/1029
21+
https://github.com/Axelrod-Python/Axelrod/pull/1030
22+
https://github.com/Axelrod-Python/Axelrod/pull/1031
23+
https://github.com/Axelrod-Python/Axelrod/pull/1032
24+
https://github.com/Axelrod-Python/Axelrod/pull/1033
25+
https://github.com/Axelrod-Python/Axelrod/pull/1034
26+
https://github.com/Axelrod-Python/Axelrod/pull/1035
27+
28+
Here are all the commits for this PR:
29+
https://github.com/Axelrod-Python/Axelrod/compare/v2.12.0...v2.13.0
30+
131
# v2.12.0, 2017-05-23
232

333
New strategies and internal refactoring/improvements

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.0"
1+
__version__ = "2.13.0"

0 commit comments

Comments
 (0)