Skip to content

Commit 784cdd3

Browse files
committed
Release v4.13.0
1 parent afac86a commit 784cdd3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v4.13.0, 2021-05-25
2+
3+
Generalisation of games, new BurnBothEnds strategy, added CITATION.cff file,
4+
support for py3.10, add references and various internal improvements.
5+
6+
- Add references
7+
https://github.com/Axelrod-Python/Axelrod/pull/1399
8+
- Add support for py3.10
9+
https://github.com/Axelrod-Python/Axelrod/pull/1398
10+
- Internal improvements
11+
https://github.com/Axelrod-Python/Axelrod/pull/1412
12+
https://github.com/Axelrod-Python/Axelrod/pull/1409
13+
https://github.com/Axelrod-Python/Axelrod/pull/1408
14+
https://github.com/Axelrod-Python/Axelrod/pull/1407
15+
- Add the Burn Both Ends strategy
16+
https://github.com/Axelrod-Python/Axelrod/pull/1410
17+
- Add CITATION.cff file
18+
https://github.com/Axelrod-Python/Axelrod/pull/1405
19+
- Generalise games
20+
https://github.com/Axelrod-Python/Axelrod/pull/1413
21+
22+
https://github.com/Axelrod-Python/Axelrod/compare/v4.13.0...v4.12.0
23+
124
# v4.12.0, 2021-05-25
225

326
New documentation structure, new strategy and ability to pass a custom match to

axelrod/version.py

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

0 commit comments

Comments
 (0)