Skip to content

Commit 17bfe3f

Browse files
committed
Release v3.1.1
1 parent 10c4d10 commit 17bfe3f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v3.1.1, 2017-07-23
2+
3+
Improvements to documentation and README.
4+
5+
- Re write of the README
6+
https://github.com/Axelrod-Python/Axelrod/pull/1072
7+
- Fix typos/errors in docs
8+
https://github.com/Axelrod-Python/Axelrod/pull/1075
9+
https://github.com/Axelrod-Python/Axelrod/pull/1077
10+
- Big improvement to past tournament documentation reference
11+
https://github.com/Axelrod-Python/Axelrod/pull/1081
12+
https://github.com/Axelrod-Python/Axelrod/pull/1080
13+
https://github.com/Axelrod-Python/Axelrod/pull/1078
14+
15+
Here are all the commits for this PR:
16+
https://github.com/Axelrod-Python/Axelrod/compare/v3.1.0...v3.1.1
17+
118
# v3.1.0, 2017-07-16
219

320
New class for actions, Internal improvements, a new strategy class,

axelrod/version.py

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

0 commit comments

Comments
 (0)