Skip to content

Commit 49d660d

Browse files
committed
Release v4.12.0
1 parent ecc7104 commit 49d660d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGES.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1+
# v4.12.0, 2021-05-25
2+
3+
New documentation structure, new strategy and ability to pass a custom match to
4+
the Moran class.
5+
6+
- Move documentation to diataxis framework
7+
https://github.com/Axelrod-Python/Axelrod/pull/1391
8+
- Add the CAPRI strategy
9+
https://github.com/Axelrod-Python/Axelrod/pull/1393
10+
- Add custom matches to Moran process
11+
https://github.com/Axelrod-Python/Axelrod/pull/1397
12+
- Update CITATIONS.md
13+
https://github.com/Axelrod-Python/Axelrod/pull/1389
14+
- Fix contributor documentation links
15+
https://github.com/Axelrod-Python/Axelrod/pull/1396
16+
17+
https://github.com/Axelrod-Python/Axelrod/compare/v4.12.0...v4.11.0
18+
119
# v4.11.0, 2021-05-25
220

321
A number of improvements to documentation, a new strategy, removing the cheating
422
strategies and a number of internal fixes.
523

6-
- Use black style formatting
24+
- Use black style formatting
725
https://github.com/Axelrod-Python/Axelrod/pull/1368
826
- Move to `dev` as main branch
927
https://github.com/Axelrod-Python/Axelrod/pull/1367

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.11.0"
1+
__version__ = "4.12.0"

0 commit comments

Comments
 (0)