Skip to content

Commit e21ac85

Browse files
committed
Release 1.10.0
1 parent 367a787 commit e21ac85

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# v1.10.0, 2016-09-22
2+
3+
Windows support! Summarise method for results, new strategies, and code of
4+
conduct as well as minor fixes.
5+
6+
- Various fixes to windows bugs (thanks to the PyConUK sprint!):
7+
https://github.com/Axelrod-Python/Axelrod/pull/711
8+
https://github.com/Axelrod-Python/Axelrod/pull/714
9+
https://github.com/Axelrod-Python/Axelrod/pull/721
10+
- The result set has a summary:
11+
https://github.com/Axelrod-Python/Axelrod/pull/707
12+
- Three new strategies (Gradual killer, easy go, Grudger alternator):
13+
https://github.com/Axelrod-Python/Axelrod/pull/715
14+
- Code of conduct:
15+
https://github.com/Axelrod-Python/Axelrod/pull/705
16+
- Fix of some tests:
17+
https://github.com/Axelrod-Python/Axelrod/pull/716
18+
- Fix of link in docs:
19+
https://github.com/Axelrod-Python/Axelrod/pull/722
20+
21+
22+
Here are all the commits for this PR:
23+
https://github.com/Axelrod-Python/Axelrod/compare/v1.9.0...v1.10.0
24+
125
# v1.9.0, 2016-09-09
226

327
Filtering of strategy classes with a filterset dictionary.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.9.0',
9+
version='1.10.0',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('axelrod-python@googlegroups.com'),

0 commit comments

Comments
 (0)