Bump version, add changelog

This commit is contained in:
Ivan Habunek 2019-06-06 11:10:21 +02:00
parent e9bd706194
commit 9345dd966f
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 14 additions and 2 deletions

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
Twitch Downloader change log
============================
1.1.0 (2019-06-06)
------------------
* Allow limiting download by start and end time
1.0.0 (2019-04-30)
------------------
* Initial release

View File

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

View File

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