mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version
This commit is contained in:
parent
2fddb0c6a4
commit
7ad574d103
@ -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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
1.19.0:
|
||||
date: TBA
|
||||
date: 2022-02-05
|
||||
changes:
|
||||
- "Add support for downloading audio only (#10)"
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -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',
|
||||
|
@ -1,3 +1,3 @@
|
||||
__version__ = "1.18.1"
|
||||
__version__ = "1.19.0"
|
||||
|
||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||
|
Loading…
Reference in New Issue
Block a user