Skip to content

Commit

Permalink
Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jul 30, 2017
1 parent 66bf7b2 commit acfe14c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v3.3.0, 2017-07-30

4 new strategies and ability to pass game information at the tournament level.

- 3 new zero determinant strategies
https://github.com/Axelrod-Python/Axelrod/pull/1097
- A memory 2 zero determinant strategy
https://github.com/Axelrod-Python/Axelrod/pull/1099
- Add ability for tournament to set known match attributes
https://github.com/Axelrod-Python/Axelrod/pull/1096

Here are all the commits for this PR:
https://github.com/Axelrod-Python/Axelrod/compare/v3.2.1...v3.3.0

# v3.2.1, 2017-07-28

Documentation fixes.
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.3.0"

0 comments on commit acfe14c

Please sign in to comment.