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 66bf7b2 commit acfe14cCopy full SHA for acfe14c
CHANGES.md
@@ -1,3 +1,17 @@
1
+# v3.3.0, 2017-07-30
2
+
3
+4 new strategies and ability to pass game information at the tournament level.
4
5
+- 3 new zero determinant strategies
6
+ https://github.com/Axelrod-Python/Axelrod/pull/1097
7
+- A memory 2 zero determinant strategy
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1099
9
+- Add ability for tournament to set known match attributes
10
+ https://github.com/Axelrod-Python/Axelrod/pull/1096
11
12
+Here are all the commits for this PR:
13
+https://github.com/Axelrod-Python/Axelrod/compare/v3.2.1...v3.3.0
14
15
# v3.2.1, 2017-07-28
16
17
Documentation fixes.
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.2.1"
+__version__ = "3.3.0"
0 commit comments