Skip to content

Commit 1a75d59

Browse files
committed
Release v1.12.0
1 parent dcb0333 commit 1a75d59

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.12.0, 2016-10-13
2+
3+
Human interactive player, new strategy, under the hood improvements and
4+
documentation.
5+
6+
- You can play against an instance of `axelrod.Human`
7+
https://github.com/Axelrod-Python/Axelrod/pull/732
8+
- Improved efficiency of result set from memory
9+
https://github.com/Axelrod-Python/Axelrod/pull/737
10+
- Documentation improvements
11+
https://github.com/Axelrod-Python/Axelrod/pull/741
12+
https://github.com/Axelrod-Python/Axelrod/pull/736
13+
https://github.com/Axelrod-Python/Axelrod/pull/735
14+
https://github.com/Axelrod-Python/Axelrod/pull/727
15+
- New strategy CyclerCCCDCD:
16+
https://github.com/Axelrod-Python/Axelrod/pull/379
17+
18+
Here are all the commits for this PR:
19+
https://github.com/Axelrod-Python/Axelrod/compare/v1.11.0...v1.12.0
20+
121
# v1.11.0, 2016-09-28
222

323
State distribution functions, new strategies and minor test fix.

axelrod/version.py

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

0 commit comments

Comments
 (0)