Skip to content

Commit

Permalink
Release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Dec 16, 2019
1 parent 172c1f8 commit 244bb53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v4.8.0, 2019-12-16

Reimplementation of first tournament strategies, rename of second tournament
strategies and

- Reimplement and rename first tournament strategies and rename second
tournament strategies:
https://github.com/Axelrod-Python/Axelrod/pull/1275
- Update citations:
https://github.com/Axelrod-Python/Axelrod/pull/1276
https://github.com/Axelrod-Python/Axelrod/pull/1278
- Add Detective strategy:
https://github.com/Axelrod-Python/Axelrod/pull/1269
- Remove Fool Me Forever (duplicate):
https://github.com/Axelrod-Python/Axelrod/pull/1274
- Add documentation to a testing script:
https://github.com/Axelrod-Python/Axelrod/pull/1271
- Fix documentation render:
https://github.com/Axelrod-Python/Axelrod/pull/1268

https://github.com/Axelrod-Python/Axelrod/compare/v4.8.0...v4.7.0

# v4.7.0, 2019-10-23

New Moran process mechanics, new strategy implementations, drop support for
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.7.0"
__version__ = "4.8.0"

0 comments on commit 244bb53

Please sign in to comment.