Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jul 26, 2017
1 parent 60122d5 commit 7da14b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v3.2.0, 2017-07-26

Minor internal fixes and a new strategy

- New NTitForMTats strategy
/~https://github.com/Axelrod-Python/Axelrod/pull/1084
- Pip installing no longer installs hypothesis and tests
/~https://github.com/Axelrod-Python/Axelrod/pull/1086
- Remove some code that checked if matplotlib was installed
/~https://github.com/Axelrod-Python/Axelrod/pull/1087

Here are all the commits for this PR:
/~https://github.com/Axelrod-Python/Axelrod/compare/v3.1.2...v3.2.0

# v3.1.2, 2017-07-24

Minor documentation fixes
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.2"
__version__ = "3.2.0"

0 comments on commit 7da14b7

Please sign in to comment.