From 538f50847e27d3235e3d50202ec0184694f29c8b Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Sat, 3 Jul 2021 11:19:17 +0300 Subject: [PATCH] Bump version number to v1.9.1 --- README.md | 5 +++++ main.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8049a11..ad1e802 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Least-favourite twitch streamers here ## Change Log +### 1.9.1 +#### Fixed +- Server does not fail when processing API response withour `cursor` field. +- String formatting for older python3 versions. + ### 1.9 #### Fixed - Char escaping and various typos. diff --git a/main.py b/main.py index 485fa37..2270d96 100755 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ import cherrypy from twitch import TwitchClient -ver = '1.9.0' +ver = '1.9.1' class FleastServer(object):