diff --git a/CHANGELOG.md b/CHANGELOG.md index 506b7ea..dbdd14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ Twitch Downloader change log ============================ +1.14.1 (2021-01-14) +------------------- + +* Handle videos which don't exist more gracefully + 1.14.0 (2021-01-14) ------------------- * Added `info` command for displaying video or clip info (#51) +* Don't show there are more videos when there aren't (#52, thanks @scottyallen) * Fixed Twitch regression for getting the access token (#53) 1.13.1 (2020-11-23) diff --git a/setup.py b/setup.py index 00eef17..bf95f3d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name='twitch-dl', - version='1.14.0', + version='1.14.1', description='Twitch downloader', long_description=long_description.strip(), author='Ivan Habunek', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index 24ad9f7..7b630cf 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.14.0" +__version__ = "1.14.1" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"