Skip to content

Commit

Permalink
Release v1.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Nov 30, 2016
1 parent 31dbedd commit 873e13b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.18.1"
__version__ = "1.19.0"

0 comments on commit 873e13b

Please sign in to comment.