Bump version, add changelog

This commit is contained in:
Ivan Habunek 2022-01-19 08:04:56 +01:00
parent 192c2925b7
commit b67ccc9dde
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Twitch Downloader change log
============================
1.17.1 (2022-01-19)
-------------------
* Upgrade m3u8 lib to 1.0.0+
1.17.0 (2021-12-03)
-------------------

View File

@ -11,7 +11,7 @@ makes it faster.
setup(
name='twitch-dl',
version='1.17.0',
version='1.17.1',
description='Twitch downloader',
long_description=long_description.strip(),
author='Ivan Habunek',

View File

@ -1,3 +1,3 @@
__version__ = "1.17.0"
__version__ = "1.17.1"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"