Bump version

This commit is contained in:
Ivan Habunek 2019-08-23 13:08:57 +02:00
parent e384f26444
commit 100aa53b84
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
Twitch Downloader change log
============================
1.4.0 (2019-08-23)
------------------
* Fix usage of deprecated v3 API
* Use m3u8 lib for parsing playlists
* Add `--keep` option not preserve downloaded VODs
1.3.1 (2019-08-13)
------------------

View File

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

View File

@ -1,3 +1,3 @@
__version__ = "1.3.1"
__version__ = "1.4.0"
CLIENT_ID = "miwy5zk23vh2he94san0bzj5ks1r0p"