Skip to content

Commit 90cbe4a

Browse files
committed
Release v2.12.0
1 parent 447145b commit 90cbe4a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v2.12.0, 2017-05-23
2+
3+
New strategies and internal refactoring/improvements
4+
5+
- New strategy Alexei:
6+
https://github.com/Axelrod-Python/Axelrod/pull/997
7+
- New strategy Stein And Rapaport:
8+
https://github.com/Axelrod-Python/Axelrod/pull/1012
9+
- Documentation fixes/improvements:
10+
https://github.com/Axelrod-Python/Axelrod/pull/1020
11+
https://github.com/Axelrod-Python/Axelrod/pull/1018
12+
https://github.com/Axelrod-Python/Axelrod/pull/1013
13+
https://github.com/Axelrod-Python/Axelrod/pull/1011
14+
https://github.com/Axelrod-Python/Axelrod/pull/1005
15+
https://github.com/Axelrod-Python/Axelrod/pull/1004
16+
https://github.com/Axelrod-Python/Axelrod/pull/1003
17+
- Internal refactoring:
18+
https://github.com/Axelrod-Python/Axelrod/pull/1017
19+
https://github.com/Axelrod-Python/Axelrod/pull/1015
20+
https://github.com/Axelrod-Python/Axelrod/pull/1010
21+
22+
23+
Here are all the commits for this PR:
24+
https://github.com/Axelrod-Python/Axelrod/compare/v2.11.0...v2.12.0
25+
126
# v2.11.0, 2017-05-06
227

328
A new strategy, improvements to documentation, player equality and some

axelrod/version.py

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

0 commit comments

Comments
 (0)