diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b5a26..3ad58e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index e0c99ea..12b23c7 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index de18b84..b2bf9d3 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.16.1" +__version__ = "1.17.0" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"