Skip to content

Commit b7c715c

Browse files
committed
Release v1.17.1
1 parent 69c96c8 commit b7c715c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.17.1, 2016-11-23
2+
3+
Minor bug fix and a title option for fingerprints and a small internal
4+
improvement.
5+
6+
- Correct the range for the fingerprint
7+
https://github.com/Axelrod-Python/Axelrod/pull/766
8+
- Include ability to have a title for fingerprint plot
9+
https://github.com/Axelrod-Python/Axelrod/pull/769
10+
- Calculate score per turn for Moran process using internal method.
11+
https://github.com/Axelrod-Python/Axelrod/pull/764
12+
13+
Here are all the commits for this PR:
14+
https://github.com/Axelrod-Python/Axelrod/compare/v1.17.0...v1.17.1
15+
116
# v1.17.0, 2016-11-19
217

318
Ahslock fingerprinting.

axelrod/version.py

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

0 commit comments

Comments
 (0)