Skip to content

Commit 481f022

Browse files
committed
Release 1.20.0.
1 parent c8cd217 commit 481f022

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.20.0, 2016-12-05
2+
3+
Dropping support for python 2, bug fixes and minor tidy of code (thanks to
4+
dropping python 2 support!).
5+
6+
- Dropping support for python 2
7+
https://github.com/Axelrod-Python/Axelrod/pull/774
8+
- Fix bug in cache
9+
https://github.com/Axelrod-Python/Axelrod/pull/782
10+
- Fix bug in stochastic classification of Random player
11+
https://github.com/Axelrod-Python/Axelrod/pull/783
12+
- Fix docstrings in fingerprint
13+
https://github.com/Axelrod-Python/Axelrod/pull/784
14+
- Use python 3 function caching
15+
https://github.com/Axelrod-Python/Axelrod/pull/775
16+
17+
Here are all the commits for this PR:
18+
https://github.com/Axelrod-Python/Axelrod/compare/v1.19.0...v1.20.0
19+
120
# v1.19.0, 2016-11-30
221

322
New strategy using a trained neural network and documentation.

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.0"
1+
__version__ = "1.20.0"

0 commit comments

Comments
 (0)