Skip to content

Commit c01e2c6

Browse files
committed
Release v4.2.0
1 parent cad5746 commit c01e2c6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v4.2.0, 2018-05-25
2+
3+
New strategies and minor internal fixes.
4+
5+
- Add implementation of generic memory 2 strategy and 2 new strategies
6+
https://github.com/Axelrod-Python/Axelrod/pull/1171
7+
- Add Tricky Level Punisher
8+
https://github.com/Axelrod-Python/Axelrod/pull/1178
9+
- Remove unneeded code
10+
https://github.com/Axelrod-Python/Axelrod/pull/1173
11+
- Fix type hints to work with mypy 2.1
12+
https://github.com/Axelrod-Python/Axelrod/pull/1177
13+
14+
https://github.com/Axelrod-Python/Axelrod/compare/v4.2.0...v4.1.0
15+
116
# v4.1.0, 2018-03-13
217

318
New strategy

axelrod/version.py

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

0 commit comments

Comments
 (0)