Skip to content

Commit 9c4f0ca

Browse files
committed
Release: 1.0.1.
1 parent 80e0465 commit 9c4f0ca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.0.1, 2016-05-15
2+
3+
Bug fix.
4+
5+
Here are all the commits for this PR:
6+
https://github.com/Axelrod-Python/Axelrod/compare/v1.0.1...v1.0.1
7+
8+
During the previous refactor of the Tournament, the ability to create noisy
9+
tournaments was lost. An integration test has been written to catch this in the
10+
future: https://github.com/Axelrod-Python/Axelrod/pull/596
11+
112
# v1.0.0, 2016-05-14
213

314
Internal improvements, progress bar, minor interface change

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.0.0',
9+
version='1.0.1',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('[email protected]'),

0 commit comments

Comments
 (0)