Bump version, changelog

This commit is contained in:
Ivan Habunek 2021-01-14 22:25:22 +01:00
parent 728e631623
commit e0681ab53c
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,16 @@
Twitch Downloader change log Twitch Downloader change log
============================ ============================
1.14.1 (2021-01-14)
-------------------
* Handle videos which don't exist more gracefully
1.14.0 (2021-01-14) 1.14.0 (2021-01-14)
------------------- -------------------
* Added `info` command for displaying video or clip info (#51) * 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) * Fixed Twitch regression for getting the access token (#53)
1.13.1 (2020-11-23) 1.13.1 (2020-11-23)

View File

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

View File

@ -1,3 +1,3 @@
__version__ = "1.14.0" __version__ = "1.14.1"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"