Skip to content

Commit 26d293a

Browse files
committed
Release v3.5.0
1 parent 740ba60 commit 26d293a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v3.5.0, 2017-08-19
2+
3+
Parallel processing now supported on Windows, a new strategy and some minor
4+
improvements.
5+
6+
- Parallel processing now supported on Windows
7+
https://github.com/Axelrod-Python/Axelrod/pull/1117
8+
- New strategy TidemanAndChieruzzi:
9+
https://github.com/Axelrod-Python/Axelrod/pull/1118
10+
- Minor change to some tests
11+
https://github.com/Axelrod-Python/Axelrod/pull/1120
12+
13+
Here are all the commits for this PR:
14+
https://github.com/Axelrod-Python/Axelrod/compare/v3.5.0...v3.4.0
15+
116
# v3.4.0, 2017-08-06
217

318
A new strategy, internal improvement relevant for pickling, better testing and

axelrod/version.py

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

0 commit comments

Comments
 (0)