Bump version

This commit is contained in:
Ivan Habunek 2022-02-05 15:08:51 +01:00
parent 2fddb0c6a4
commit 7ad574d103
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
4 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**1.19.0 (2022-02-05)**
* Add support for downloading audio only (#10)
**1.18.1 (2022-02-05)**
* Fix issues with output formats (#87, #89)

View File

@ -1,5 +1,5 @@
1.19.0:
date: TBA
date: 2022-02-05
changes:
- "Add support for downloading audio only (#10)"

View File

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

View File

@ -1,3 +1,3 @@
__version__ = "1.18.1"
__version__ = "1.19.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"