Bump version number

This commit is contained in:
Alex Vanin 2021-05-16 15:27:15 +03:00
parent 6367ab7ffe
commit 6ca8f3cd3c
2 changed files with 20 additions and 1 deletions

View file

@ -3,6 +3,25 @@ Least-favourite twitch streamers here
## Change Log
### 1.9
#### Fixed
- Char escaping and various typos.
- Unique filter for streams.
#### Added
- Runtime ouath token generation.
#### Changed
- Use threshold on amount of returned streams to resend requests.
#### Removed
- v5 (kraken) API support.
- Daemonizer component.
### 1.8
#### Fixed
- Search queries for v5 and v6 API
### 1.7
- Fixed bug with displaying special symbols in stream name
### 1.6

View file

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