We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60122d5 commit 7da14b7Copy full SHA for 7da14b7
CHANGES.md
@@ -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
15
# v3.1.2, 2017-07-24
16
17
Minor documentation fixes
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.1.2"
+__version__ = "3.2.0"
0 commit comments