Skip to content

Commit

Permalink
Release: 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed May 15, 2016
1 parent 80e0465 commit 9c4f0ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.0.1, 2016-05-15

Bug fix.

Here are all the commits for this PR:
https://github.com/Axelrod-Python/Axelrod/compare/v1.0.1...v1.0.1

During the previous refactor of the Tournament, the ability to create noisy
tournaments was lost. An integration test has been written to catch this in the
future: https://github.com/Axelrod-Python/Axelrod/pull/596

# v1.0.0, 2016-05-14

Internal improvements, progress bar, minor interface change
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='Axelrod',
version='1.0.0',
version='1.0.1',
install_requires=requirements,
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
author_email=('[email protected]'),
Expand Down

0 comments on commit 9c4f0ca

Please sign in to comment.