Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Mar 6, 2016
1 parent 48ca52c commit b7c872b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ v0.0.23, 2015-12-14 -- Mixed strategies (decorator and meta player)
v0.0.24, 2016-01-19 -- New strategy (FirmButFair) and hypothesis testing
v0.0.25, 2016-01-26 -- Minor documentation changes.
v0.0.26, 2016-02-24 -- Bug fix and two new strategies based on ThueMorse sequence.
v0.0.26, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions now available.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='Axelrod',
version='0.0.26',
version='0.0.27',
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
author_email=('[email protected]'),
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],
Expand Down

0 comments on commit b7c872b

Please sign in to comment.