Skip to content

Commit 244bb53

Browse files
committed
Release 4.8.0
1 parent 172c1f8 commit 244bb53

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGES.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v4.8.0, 2019-12-16
2+
3+
Reimplementation of first tournament strategies, rename of second tournament
4+
strategies and
5+
6+
- Reimplement and rename first tournament strategies and rename second
7+
tournament strategies:
8+
https://github.com/Axelrod-Python/Axelrod/pull/1275
9+
- Update citations:
10+
https://github.com/Axelrod-Python/Axelrod/pull/1276
11+
https://github.com/Axelrod-Python/Axelrod/pull/1278
12+
- Add Detective strategy:
13+
https://github.com/Axelrod-Python/Axelrod/pull/1269
14+
- Remove Fool Me Forever (duplicate):
15+
https://github.com/Axelrod-Python/Axelrod/pull/1274
16+
- Add documentation to a testing script:
17+
https://github.com/Axelrod-Python/Axelrod/pull/1271
18+
- Fix documentation render:
19+
https://github.com/Axelrod-Python/Axelrod/pull/1268
20+
21+
https://github.com/Axelrod-Python/Axelrod/compare/v4.8.0...v4.7.0
22+
123
# v4.7.0, 2019-10-23
224

325
New Moran process mechanics, new strategy implementations, drop support for

Diff for: axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.7.0"
1+
__version__ = "4.8.0"

0 commit comments

Comments
 (0)