We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f2654 commit 30ed681Copy full SHA for 30ed681
CHANGES.md
@@ -1,3 +1,14 @@
1
+# v4.9.1, 2020-04-08
2
+
3
+Bug fixes
4
5
+- Fix install problem:
6
+ https://github.com/Axelrod-Python/Axelrod/pull/1314
7
+- Fix read the docs configuration:
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1313
9
10
+https://github.com/Axelrod-Python/Axelrod/compare/v4.9.1...v4.9.0
11
12
# v4.9.0, 2020-04-07
13
14
New strategies, new classifier system and internal improvements/fixes.
axelrod/version.py
@@ -1 +1 @@
-__version__ = "4.9.0"
+__version__ = "4.9.1"
0 commit comments