Release v1.10.0

This commit is contained in:
Alex Vanin 2021-12-23 18:14:10 +03:00
parent 8d8226a5fa
commit 5daa97af3d
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,10 @@ Least-favourite twitch streamers here
## Change Log ## Change Log
### 1.10.0
#### Changed
- Refresh website design
### 1.9.1 ### 1.9.1
#### Fixed #### Fixed
- Server does not fail when processing API response withour `cursor` field. - Server does not fail when processing API response withour `cursor` field.

View file

@ -4,7 +4,7 @@
import cherrypy import cherrypy
from twitch import TwitchClient from twitch import TwitchClient
ver = '1.9.1' ver = '1.10.0'
class FleastServer(object): class FleastServer(object):