Skip to content

Commit ffb0574

Browse files
committed
Release 1.8.0
1 parent 10762a1 commit ffb0574

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.8.0, 2016-08-28
2+
3+
New strategies:
4+
5+
- Adaptive TitForTat:
6+
https://github.com/Axelrod-Python/Axelrod/pull/697
7+
- Desperate, Hopeless, Willing:
8+
https://github.com/Axelrod-Python/Axelrod/pull/686
9+
10+
Here are all the commits for this PR:
11+
https://github.com/Axelrod-Python/Axelrod/compare/v1.7.0...v1.8.0
12+
113
# v1.7.0, 2016-08-14
214

315
Probabilistic ending spatial tournaments, classifier for long run time, style

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.7.0',
9+
version='1.8.0',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('[email protected]'),

0 commit comments

Comments
 (0)