Skip to content

Commit 4e93e6e

Browse files
committed
Release version 4.14.0
1 parent 4b3369c commit 4e93e6e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v4.13.1, 2025-06-13
2+
3+
Mainly internal changes: move to pyproject.toml.
4+
5+
- Add the Momentum Strategy: https://github.com/Axelrod-Python/Axelrod/pull/1469
6+
- Add the EvolvedAttention Strategy: https://github.com/Axelrod-Python/Axelrod/pull/1471
7+
- Add the freqAnalyzer strategy: https://github.com/Axelrod-Python/Axelrod/pull/1444
8+
- Add the strategy index to the tournament summary: https://github.com/Axelrod-Python/Axelrod/pull/1466
9+
- A number of internal and dev improvements and fixes:
10+
https://github.com/Axelrod-Python/Axelrod/pull/1457
11+
https://github.com/Axelrod-Python/Axelrod/pull/1464
12+
https://github.com/Axelrod-Python/Axelrod/pull/1458
13+
https://github.com/Axelrod-Python/Axelrod/pull/1453
14+
https://github.com/Axelrod-Python/Axelrod/pull/1456
15+
https://github.com/Axelrod-Python/Axelrod/pull/1450
16+
https://github.com/Axelrod-Python/Axelrod/pull/1452
17+
18+
https://github.com/Axelrod-Python/Axelrod/compare/v4.14.0..v4.13.1
19+
120
# v4.13.1, 2024-10-02
221

322
Mainly internal changes: move to pyproject.toml.

axelrod/version.py

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

0 commit comments

Comments
 (0)