From 9c4f0ca0b26a53d54a5dfb2f2b2cfe867a5214e2 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Sun, 15 May 2016 19:27:04 +0100 Subject: [PATCH] Release: 1.0.1. --- CHANGES.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c4b07ffee..a53e97a45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +# v1.0.1, 2016-05-15 + +Bug fix. + +Here are all the commits for this PR: +https://github.com/Axelrod-Python/Axelrod/compare/v1.0.1...v1.0.1 + +During the previous refactor of the Tournament, the ability to create noisy +tournaments was lost. An integration test has been written to catch this in the +future: https://github.com/Axelrod-Python/Axelrod/pull/596 + # v1.0.0, 2016-05-14 Internal improvements, progress bar, minor interface change diff --git a/setup.py b/setup.py index 6dfe90ccd..8d0ee56ea 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Axelrod', - version='1.0.0', + version='1.0.1', install_requires=requirements, author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper', author_email=('axelrod-python@googlegroups.com'),