Bump version, update changelog

This commit is contained in:
Ivan Habunek 2022-06-25 11:38:27 +02:00
parent b057cc8cab
commit b3a57c2f95
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
5 changed files with 15 additions and 2 deletions

View File

@ -3,6 +3,10 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [1.22.0 (2022-06-25)](https://github.com/ihabunek/twitch-dl/releases/tag/1.22.0)
* Add support for downloading subscriber-only VODs (#48, thanks @cemiu)
### [1.21.0 (2022-02-27)](https://github.com/ihabunek/twitch-dl/releases/tag/1.21.0)
* Add `env` command for printing environment info for attaching to bug reports

View File

@ -1,3 +1,8 @@
1.22.0:
date: 2022-06-25
changes:
- "Add support for downloading subscriber-only VODs (#48, thanks @cemiu)"
1.21.0:
date: 2022-02-27
changes:

View File

@ -3,6 +3,10 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [1.22.0 (2022-06-25)](https://github.com/ihabunek/twitch-dl/releases/tag/1.22.0)
* Add support for downloading subscriber-only VODs (#48, thanks @cemiu)
### [1.21.0 (2022-02-27)](https://github.com/ihabunek/twitch-dl/releases/tag/1.21.0)
* Add `env` command for printing environment info for attaching to bug reports

View File

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

View File

@ -1,3 +1,3 @@
__version__ = "1.21.0"
__version__ = "1.22.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"