Bump version, changelog

This commit is contained in:
Ivan Habunek 2020-06-10 12:07:59 +02:00
parent 2171a9e08e
commit 4f62a26c30
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
Twitch Downloader change log Twitch Downloader change log
============================ ============================
1.9.0 (TBA) 1.9.0 (2020-06-10)
------------------ ------------------
* **Breaking**: wrongly named `--max_workers` option changed to `--max-workers`. * **Breaking**: wrongly named `--max_workers` option changed to `--max-workers`.
The shorthand option `-w` remains the same. The shorthand option `-w` remains the same.
* Fix bug where `videos` command would crash if there was no game info (#21)
* Allow unicode characters in filenames, no longer strips e.g. cyrillic script
1.8.0 (2020-05-17) 1.8.0 (2020-05-17)
------------------ ------------------

View File

@ -11,7 +11,7 @@ makes it faster.
setup( setup(
name='twitch-dl', name='twitch-dl',
version='1.8.0', version='1.9.0',
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.8.0" __version__ = "1.9.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"