From 065a0ff3ecf0905909d28894fd8e225d4847ce73 Mon Sep 17 00:00:00 2001 From: Eriks Karls Date: Tue, 27 Aug 2019 10:13:37 +0300 Subject: [PATCH] bugfix --- HISTORY.rst | 9 +++++++++ tox.ini | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f2f2c06..006d199 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,15 @@ History ======= +* Improved serialization to JSON +* When failing to do WAM because of not enough food - buy food +* Buy food buys 48h worth instead of 24h energy + +0.15.3 (2019-08-24) +------------------- + +* Update after eRepublik changed campaign apis + 0.15.0 (2019-07-30) ------------------- diff --git a/tox.ini b/tox.ini index 1e8e194..916f9ed 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = py36, py37, flake8 [travis] python = 3.7: py37 - 3.6: py36 [testenv:flake8] basepython = python