Bump version, add changelog

This commit is contained in:
Ivan Habunek 2022-01-25 08:21:01 +01:00
parent 4fd532f05d
commit 310010363f
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,12 @@
Twitch Downloader change log
============================
1.18.0 (TBA)
1.18.0 (2022-01-25)
-------------------
* Added `--output` option to `download` command which allows setting output file
template
* Add `--output` option to `download` command which allows setting output file
template (#70)
* Ask to overwrite before downloading to avoid later prompt
1.17.1 (2022-01-19)
-------------------

View File

@ -11,7 +11,7 @@ makes it faster.
setup(
name='twitch-dl',
version='1.17.1',
version='1.18.0',
description='Twitch downloader',
long_description=long_description.strip(),
author='Ivan Habunek',

View File

@ -1,3 +1,3 @@
__version__ = "1.17.1"
__version__ = "1.18.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"