Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jul 23, 2017
1 parent 10c4d10 commit 17bfe3f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v3.1.1, 2017-07-23

Improvements to documentation and README.

- Re write of the README
https://github.com/Axelrod-Python/Axelrod/pull/1072
- Fix typos/errors in docs
https://github.com/Axelrod-Python/Axelrod/pull/1075
https://github.com/Axelrod-Python/Axelrod/pull/1077
- Big improvement to past tournament documentation reference
https://github.com/Axelrod-Python/Axelrod/pull/1081
https://github.com/Axelrod-Python/Axelrod/pull/1080
https://github.com/Axelrod-Python/Axelrod/pull/1078

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

# v3.1.0, 2017-07-16

New class for actions, Internal improvements, a new strategy class,
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.1.0"
__version__ = "3.1.1"

0 comments on commit 17bfe3f

Please sign in to comment.