Skip to content

Commit cbb5843

Browse files
committed
New release.
1 parent dce24c8 commit cbb5843

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ v0.0.16, 2015-10-25 -- Tidying strategies, action classes, flip action method an
1717
v0.0.17, 2015-10-30 -- Strategy transforms and bug fixes
1818
v0.0.18, 2015-11-04 -- New strategies
1919
v0.0.19, 2015-11-21 -- Efficiency improvements, new default colour maps
20+
v0.0.20, 2015-11-21 -- Strategies have 'makes_use_of' attribute, improved docs/doctests,

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.19',
6+
version='0.0.20',
77
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
88
author_email=('axelrod-python@googlegroups.com'),
99
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],

0 commit comments

Comments
 (0)