From 5daa97af3d2a595970df3e63a00dc7000b0f5c78 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 23 Dec 2021 18:14:10 +0300 Subject: [PATCH] Release v1.10.0 --- README.md | 4 ++++ main.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad1e802..2d1f3a1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Least-favourite twitch streamers here ## Change Log +### 1.10.0 +#### Changed +- Refresh website design + ### 1.9.1 #### Fixed - Server does not fail when processing API response withour `cursor` field. diff --git a/main.py b/main.py index 2270d96..07a12a7 100755 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ import cherrypy from twitch import TwitchClient -ver = '1.9.1' +ver = '1.10.0' class FleastServer(object):