Bump version, changelog

This commit is contained in:
Ivan Habunek 2020-08-09 12:04:48 +02:00
parent 4edf299780
commit d8863ac695
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Twitch Downloader change log
============================
1.10.1 (2020-08-09)
-------------------
* Fix videos incorrectly identified as clips (#28)
* Make download command work with video URLs lacking "www" before "twitch.tv"
* Print an error when video or clip is not found instead of an exception trace
1.10.0 (2020-08-07)
-------------------

View File

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