Skip to content

Commit 43e54a1

Browse files
committed
Release 2.0.0
1 parent 0f33017 commit 43e54a1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# v1.20.0, 2016-12-05
1+
# v2.0.0, 2016-12-05
22

3-
Dropping support for python 2, bug fixes and minor tidy of code (thanks to
4-
dropping python 2 support!).
3+
Dropping support for python 2, bug fixes, minor tidy of code (thanks to
4+
dropping python 2 support!) and progress bars for fingerprinting.
55

66
- Dropping support for python 2
77
https://github.com/Axelrod-Python/Axelrod/pull/774
@@ -13,9 +13,11 @@ dropping python 2 support!).
1313
https://github.com/Axelrod-Python/Axelrod/pull/784
1414
- Use python 3 function caching
1515
https://github.com/Axelrod-Python/Axelrod/pull/775
16+
- More progress bars for fingerprinting
17+
https://github.com/Axelrod-Python/Axelrod/pull/778
1618

1719
Here are all the commits for this PR:
18-
https://github.com/Axelrod-Python/Axelrod/compare/v1.19.0...v1.20.0
20+
https://github.com/Axelrod-Python/Axelrod/compare/v1.19.0...v2.0.0
1921

2022
# v1.19.0, 2016-11-30
2123

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.20.0"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)