Skip to content

Commit 717f17a

Browse files
committed
Release v4.2.1
1 parent ac25f5c commit 717f17a

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+
# v4.2.1, 2018-07-09
2+
3+
Minor internal fixes.
4+
5+
- Add an upper bound for a dependency version
6+
https://github.com/Axelrod-Python/Axelrod/pull/1184
7+
- Add a long markdown description for pypi
8+
https://github.com/Axelrod-Python/Axelrod/pull/1179
9+
10+
https://github.com/Axelrod-Python/Axelrod/compare/v4.2.1...v4.2.0
11+
112
# v4.2.0, 2018-05-25
213

314
New strategies and minor internal fixes.

axelrod/version.py

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

0 commit comments

Comments
 (0)