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
f807d4324b
commit
3c99e9975b
@ -1,6 +1,12 @@
|
||||
Twitch Downloader change log
|
||||
============================
|
||||
|
||||
1.3.0 (2019-08-13)
|
||||
------------------
|
||||
|
||||
* Add `--sort` and `--offset` options to `videos` command, allows paging (#7)
|
||||
* Show video URL in `videos` command output
|
||||
|
||||
1.2.0 (2019-07-05)
|
||||
------------------
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='twitch-dl',
|
||||
version='1.2.0',
|
||||
version='1.3.0',
|
||||
description='Twitch downloader',
|
||||
long_description="Quickly download videos from Twitch",
|
||||
author='Ivan Habunek',
|
||||
|
@ -1,3 +1,3 @@
|
||||
__version__ = "1.2.0"
|
||||
__version__ = "1.3.0"
|
||||
|
||||
CLIENT_ID = "miwy5zk23vh2he94san0bzj5ks1r0p"
|
||||
|
Loading…
Reference in New Issue
Block a user