Bump version

This commit is contained in:
Ivan Habunek 2020-04-10 16:33:12 +02:00
parent 6a8da3b01b
commit 64157c1ef6
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,6 +1,12 @@
Twitch Downloader change log Twitch Downloader change log
============================ ============================
1.5.0 (2020-04-10)
------------------
* Fix video downloads after Twitch deprecated access token access
* Don't print errors when retrying download, only if all fails
1.4.0 (2019-08-23) 1.4.0 (2019-08-23)
------------------ ------------------

View File

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name='twitch-dl', name='twitch-dl',
version='1.4.0', version='1.5.0',
description='Twitch downloader', description='Twitch downloader',
long_description="Quickly download videos from Twitch", long_description="Quickly download videos from Twitch",
author='Ivan Habunek', author='Ivan Habunek',

View File

@ -1,3 +1,3 @@
__version__ = "1.4.0" __version__ = "1.5.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"