From 873e13bd5c31ec83428ef0ea6ddf38d3b896ca58 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Wed, 30 Nov 2016 09:42:32 +0000 Subject: [PATCH] Release v1.19.0. --- CHANGES.md | 10 ++++++++++ axelrod/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 14d4d35b9..d8e6a66b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# v1.19.0, 2016-11-30 + +New strategy using a trained neural network. + +- Implement the EvolvedANN + https://github.com/Axelrod-Python/Axelrod/pull/773 + +Here are all the commits for this PR: +https://github.com/Axelrod-Python/Axelrod/compare/v1.18.1...v1.19.0 + # v1.18.1, 2016-11-24 There are no changes between 1.18.1 and 1.18.0. This release is due to an error diff --git a/axelrod/version.py b/axelrod/version.py index 4a7bff544..d84d79d43 100644 --- a/axelrod/version.py +++ b/axelrod/version.py @@ -1 +1 @@ -__version__ = "1.18.1" +__version__ = "1.19.0"