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 446a3b9 commit a2c7866Copy full SHA for a2c7866
CHANGES.md
@@ -1,3 +1,15 @@
1
+# v3.8.0, 2017-10-10
2
+
3
+A new strategy and some bug fixes due to dependency updates
4
5
+- New strategy MoreGrofman from Axelrod's second tournament
6
+ https://github.com/Axelrod-Python/Axelrod/pull/1124
7
+- Bug fixes due to dependency updates
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1130
9
10
+Here are all the commits for this PR:
11
+https://github.com/Axelrod-Python/Axelrod/compare/v3.8.0...v3.7.0
12
13
# v3.7.0, 2017-09-05
14
15
A new strategy, contributor documentation and internal fixes.
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.7.0"
+__version__ = "3.8.0"
0 commit comments