mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version, changelog
This commit is contained in:
parent
c9547435df
commit
96f13e9cf7
@ -1,6 +1,12 @@
|
|||||||
Twitch Downloader change log
|
Twitch Downloader change log
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
1.5.1 (2020-04-11)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Fix VOD naming issue (#12)
|
||||||
|
* Nice console output while downloading
|
||||||
|
|
||||||
1.5.0 (2020-04-10)
|
1.5.0 (2020-04-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='twitch-dl',
|
name='twitch-dl',
|
||||||
version='1.5.0',
|
version='1.5.1',
|
||||||
description='Twitch downloader',
|
description='Twitch downloader',
|
||||||
long_description=long_description.strip(),
|
long_description=long_description.strip(),
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__version__ = "1.5.0"
|
__version__ = "1.5.1"
|
||||||
|
|
||||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||||
|
Loading…
Reference in New Issue
Block a user