Skip to content

Commit 7da14b7

Browse files
committed
Release v3.2.0
1 parent 60122d5 commit 7da14b7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v3.2.0, 2017-07-26
2+
3+
Minor internal fixes and a new strategy
4+
5+
- New NTitForMTats strategy
6+
https://github.com/Axelrod-Python/Axelrod/pull/1084
7+
- Pip installing no longer installs hypothesis and tests
8+
https://github.com/Axelrod-Python/Axelrod/pull/1086
9+
- Remove some code that checked if matplotlib was installed
10+
https://github.com/Axelrod-Python/Axelrod/pull/1087
11+
12+
Here are all the commits for this PR:
13+
https://github.com/Axelrod-Python/Axelrod/compare/v3.1.2...v3.2.0
14+
115
# v3.1.2, 2017-07-24
216

317
Minor documentation fixes

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.2"
1+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)