Skip to content

Commit fabf5b0

Browse files
committed
Release v3.7.0
1 parent e5f080f commit fabf5b0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
# v3.6.0, 2017-08-26
215

316
A new fingerprint mechanism, internal improvements.

axelrod/version.py

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

0 commit comments

Comments
 (0)