Skip to content

Commit ec7371e

Browse files
committed
New release.
1 parent 439d172 commit ec7371e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ v0.0.21, 2015-11-29 -- Match class with sparklines.
2222
v0.0.22, 2015-12-07 -- Including a DOI.
2323
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
25-
v0.0.24, 2016-01-26 -- Minor documentation changes.
25+
v0.0.25, 2016-01-26 -- Minor documentation changes.
26+
v0.0.26, 2016-02-24 -- Bug fix and two new strategies based on ThueMorse sequence.

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.25',
6+
version='0.0.26',
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)