Skip to content

Commit d953ffd

Browse files
committed
Release v2.6.0
1 parent daf0c1d commit d953ffd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v2.6.0, 2017-02-26
2+
3+
New strategy, state to action analysis and internal improvements
4+
5+
- A number of type hints added to the library
6+
https://github.com/Axelrod-Python/Axelrod/pull/860
7+
https://github.com/Axelrod-Python/Axelrod/pull/863
8+
https://github.com/Axelrod-Python/Axelrod/pull/864
9+
- New strategy: SelfSteem
10+
https://github.com/Axelrod-Python/Axelrod/pull/866
11+
- Add state to action analysis
12+
https://github.com/Axelrod-Python/Axelrod/pull/870
13+
14+
Here are all the commits for this PR:
15+
https://github.com/Axelrod-Python/Axelrod/compare/v2.5.0...v2.6.0
16+
117
# v2.5.0, 2017-02-11
218

319
Internal improvements, type hints, documentation and a new strategy

axelrod/version.py

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

0 commit comments

Comments
 (0)