Bump version, changelog

This commit is contained in:
Ivan Habunek 2019-08-13 12:31:44 +02:00
parent f807d4324b
commit 3c99e9975b
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 8 additions and 2 deletions

View File

@ -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)
------------------

View File

@ -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',

View File

@ -1,3 +1,3 @@
__version__ = "1.2.0"
__version__ = "1.3.0"
CLIENT_ID = "miwy5zk23vh2he94san0bzj5ks1r0p"