Bump version

This commit is contained in:
Ivan Habunek 2021-12-03 10:26:17 +01:00
parent 928c6d64cf
commit 2f977be161
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Twitch Downloader change log
============================
1.17.0 (TBA)
------------
1.17.0 (2021-12-03)
-------------------
* Fix speed calculation when resuming download (#75, thanks CroquetteTheThe)
* Add artist and title metadata to resulting video (#80)

View File

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

View File

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