aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-12-13 17:23:53 +0000
committerGravatar jesopo2019-12-13 17:23:53 +0000
commit4d93e584dc01eb671fd7ce7399f09bb292cb03ea (patch)
tree558aa3c8ceda3ae071e4cd97fcc623d5ab4faae4
parent"_match" -> "_schedule_match_part" typo (diff)
signature
v1.17.1 release
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2542f243..078ca5cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
-# TBD - BitBot v1.17.0
+# 2019-12-13 - BitBot v1.17.1
+
+Fixed:
+- Crash caused by switching `coins.py` to using `cron` scheduling without removing timer-related code
+- Typo in function call name in `cron.py`
+
+# 2019-12-13 - BitBot v1.17.0
Added:
- Ability to `.save()` `bot.conf` - we now use only this for module whitelist/blacklist
diff --git a/VERSION b/VERSION
index 092afa15..511a76e6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.17.0
+1.17.1