Skip to content

Commit 16a231f

Browse files
committed
New release.
1 parent 88a0e4c commit 16a231f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ v0.0.23, 2015-12-14 -- Mixed strategies (decorator and meta player)
2424
v0.0.24, 2016-01-19 -- New strategy (FirmButFair) and hypothesis testing
2525
v0.0.25, 2016-01-26 -- Minor documentation changes.
2626
v0.0.26, 2016-02-24 -- Bug fix and two new strategies based on ThueMorse sequence.
27-
v0.0.26, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions now available.
27+
v0.0.27, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions now available.
28+
v0.0.28, 2016-03-29 -- New strategy, enhanced matches and prob end tournaments.
29+
v0.0.29, 2016-04-04 -- Bug fix with parallel processing.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='Axelrod',
6-
version='0.0.27',
6+
version='0.0.29',
77
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
88
author_email=('[email protected]'),
99
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],

0 commit comments

Comments
 (0)