Skip to content

Commit acfe14c

Browse files
committed
Release version 3.3.0
1 parent 66bf7b2 commit acfe14c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
# v3.2.1, 2017-07-28
216

317
Documentation fixes.

axelrod/version.py

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

0 commit comments

Comments
 (0)