Skip to content

Commit 3f921d5

Browse files
committed
Release v3.4.0
1 parent 529e1bb commit 3f921d5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v3.4.0, 2017-07-30
2+
3+
A new strategy, internal improvement relevant for pickling, better testing and
4+
minor fixes.
5+
6+
- Gladstein, a strategy by that named author from Axelrod's second tournament
7+
has been added
8+
https://github.com/Axelrod-Python/Axelrod/pull/1113
9+
https://github.com/Axelrod-Python/Axelrod/pull/1110
10+
- Internal improvement for pickling of all strategy classes
11+
https://github.com/Axelrod-Python/Axelrod/pull/1092
12+
- Better testing of the reset method
13+
https://github.com/Axelrod-Python/Axelrod/pull/1098
14+
- Minor tweak to a type hint
15+
https://github.com/Axelrod-Python/Axelrod/pull/1108
16+
- Minor fix to a strategy to match description
17+
https://github.com/Axelrod-Python/Axelrod/pull/1111
18+
19+
Here are all the commits for this PR:
20+
https://github.com/Axelrod-Python/Axelrod/compare/v3.4.0...v3.3.0
21+
122
# v3.3.0, 2017-07-30
223

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

axelrod/version.py

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

0 commit comments

Comments
 (0)