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 e5f080f commit fabf5b0Copy full SHA for fabf5b0
CHANGES.md
@@ -1,3 +1,16 @@
1
+# v3.7.0, 2017-09-05
2
+
3
+A new strategy, contributor documentation and internal fixes.
4
5
+- New strategy Tranqulizer from Axelrod's second tournament:
6
+ https://github.com/Axelrod-Python/Axelrod/pull/1126
7
+- Improved use of `pass_default_arguments` and documentation:
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1127
9
+ https://github.com/Axelrod-Python/Axelrod/pull/1128
10
11
+Here are all the commits for this PR:
12
+https://github.com/Axelrod-Python/Axelrod/compare/v3.7.0...v3.6.0
13
14
# v3.6.0, 2017-08-26
15
16
A new fingerprint mechanism, internal improvements.
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.6.0"
+__version__ = "3.7.0"
0 commit comments