Skip to content

Commit a3bc8d7

Browse files
committed
Release v2.2.0
1 parent 15ddd34 commit a3bc8d7

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

CHANGES.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
# v2.1.0, 2016-12-8
1+
# v2.2.0, 2016-12-20
22

3-
New strategies, ability to fingerprint instances and appearance improvements to
4-
fingerprint plots.
3+
Minor update: ability to pass axes object to plots and internal documentation
4+
build fix.
55

6-
- New Meta strategies
7-
https://github.com/Axelrod-Python/Axelrod/pull/777
8-
- Better and better, Worse and Worse 2, Worse and Worse 3
9-
https://github.com/Axelrod-Python/Axelrod/pull/786
10-
- Add ability to Fingerprint instances
11-
https://github.com/Axelrod-Python/Axelrod/pull/785
12-
- Add plotting options to fingerprint
13-
https://github.com/Axelrod-Python/Axelrod/pull/787
6+
- Pass axis object to plots
7+
https://github.com/Axelrod-Python/Axelrod/pull/791
8+
- Build docs with py3
9+
https://github.com/Axelrod-Python/Axelrod/pull/788
1410

1511
Here are all the commits for this PR:
16-
https://github.com/Axelrod-Python/Axelrod/compare/v2.0.0...v2.1.0
12+
https://github.com/Axelrod-Python/Axelrod/compare/v2.1.0...v2.2.0
1713

1814
# v2.0.0, 2016-12-05
1915

axelrod/version.py

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

0 commit comments

Comments
 (0)