Bump version, add changelog

This commit is contained in:
Ivan Habunek 2019-07-05 13:15:59 +02:00
parent 3e7f310e36
commit 9dc67a7ff1
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.2.0 (2019-07-05)
------------------
* Add `--format` option to `download` command for specifying the output format (#6)
* Add `--version` option for printing program version
1.1.0 (2019-06-06)
------------------

View File

@ -5,7 +5,7 @@ from setuptools import setup
setup(
name='twitch-dl',
version='1.1.0',
version='1.2.0',
description='Twitch downloader',
long_description="Quickly download videos from Twitch",
author='Ivan Habunek',

View File

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