diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bda4ad..a8b29e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------- diff --git a/setup.py b/setup.py index 96eb941..5b47ede 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index 14b6b31..2ca220e 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.17.1" +__version__ = "1.18.0" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"