We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad5746 commit c01e2c6Copy full SHA for c01e2c6
CHANGES.md
@@ -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
16
# v4.1.0, 2018-03-13
17
18
New strategy
axelrod/version.py
@@ -1 +1 @@
-__version__ = "4.1.0"
+__version__ = "4.2.0"
0 commit comments