Skip to content

Commit a2c7866

Browse files
committed
Release v3.8.0
1 parent 446a3b9 commit a2c7866

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
# v3.7.0, 2017-09-05
214

315
A new strategy, contributor documentation and internal fixes.

axelrod/version.py

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

0 commit comments

Comments
 (0)