Skip to content

Commit 6cce53f

Browse files
committed
Release v1.17.0
1 parent fc310fe commit 6cce53f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.17.0, 2016-11-19
2+
3+
Ahslock fingerprinting.
4+
5+
- Add a class for fingerprinting of strategies according to a paper by Ashlock
6+
et al.
7+
https://github.com/Axelrod-Python/Axelrod/pull/759
8+
9+
Here are all the commits for this PR:
10+
https://github.com/Axelrod-Python/Axelrod/compare/v1.16.0...v1.17.0
11+
112
# v1.16.0, 2016-11-13
213

314
Minor internal change, new strategy and new strategy transformers

axelrod/version.py

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

0 commit comments

Comments
 (0)