From 11ef7c461b319f401e0671f157f36b7ad3f55a30 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Tue, 13 Oct 2015 08:11:38 +0100 Subject: [PATCH] New release --- CHANGES.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cfd7b54e7..71f362e8b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,3 +12,4 @@ v0.0.11, 2015-08-17 -- Updating Core team v0.0.12, 2015-09-02 -- Further behaviour and more info being passed to players. v0.0.13, 2015-09-16 -- Adding classifier dictionary and dynamic strategy list. v0.0.14, 2015-09-28 -- Change to use distutils, mirror strategy and readthedocs bug +v0.0.15, 2015-10-13 -- Distribution of wins plots, and is_cheater becomes obey_axelrod diff --git a/setup.py b/setup.py index 44e1eeb9b..2541c1e22 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Axelrod', - version='0.0.14', + version='0.0.15', author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper', author_email=('axelrod-python@googlegroups.com'), packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],