Skip to content

Commit 06b2862

Browse files
committed
Release 3.9.0
1 parent 92b9ee2 commit 06b2862

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v3.9.0, 2017-10-13
2+
3+
New strategies, a minor bug fix and a small documentation improvement.
4+
5+
- Add the Bush Mosteller strategy
6+
https://github.com/Axelrod-Python/Axelrod/pull/1002
7+
- Add k42r from Fortran code
8+
https://github.com/Axelrod-Python/Axelrod/pull/1135
9+
- Add MemoryDecay
10+
https://github.com/Axelrod-Python/Axelrod/pull/1137
11+
- Add k32r from Fortran code
12+
https://github.com/Axelrod-Python/Axelrod/pull/1138
13+
- Add Random Tit For Tat
14+
https://github.com/Axelrod-Python/Axelrod/pull/1136
15+
- Add k42r from Fortran code
16+
https://github.com/Axelrod-Python/Axelrod/pull/1139
17+
- Add reference to documentation
18+
https://github.com/Axelrod-Python/Axelrod/pull/1134
19+
- Fix minor bug in the fingerprints
20+
https://github.com/Axelrod-Python/Axelrod/pull/1140
21+
22+
23+
Here are all the commits for this PR:
24+
https://github.com/Axelrod-Python/Axelrod/compare/v3.9.0...v3.8.1
25+
126
# v3.8.1, 2017-10-13
227

328
Minor change to behaviour of Champion

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.8.1"
1+
__version__ = "3.9.0"

0 commit comments

Comments
 (0)