Skip to content

Commit

Permalink
Release v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 25, 2023
1 parent afac86a commit 97db1f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v4.13.0, 2021-05-25

Generalisation of games, new BurnBothEnds strategy, added CITATION.cff file,
support for py3.10, add references and various internal improvements.

- Add references
https://github.com/Axelrod-Python/Axelrod/pull/1399
- Add support for py3.10
https://github.com/Axelrod-Python/Axelrod/pull/1398
- Internal improvements
https://github.com/Axelrod-Python/Axelrod/pull/1412
https://github.com/Axelrod-Python/Axelrod/pull/1409
https://github.com/Axelrod-Python/Axelrod/pull/1408
https://github.com/Axelrod-Python/Axelrod/pull/1407
- Add the Burn Both Ends strategy
https://github.com/Axelrod-Python/Axelrod/pull/1410
- Add CITATION.cff file
https://github.com/Axelrod-Python/Axelrod/pull/1405
- Generalise games
https://github.com/Axelrod-Python/Axelrod/pull/1413

https://github.com/Axelrod-Python/Axelrod/compare/v4.13.0...v4.12.0

# v4.12.0, 2021-05-25

New documentation structure, new strategy and ability to pass a custom match to
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.12.0"
__version__ = "4.13.0"

0 comments on commit 97db1f7

Please sign in to comment.