mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version, add changelog
This commit is contained in:
parent
f663525d07
commit
45821ceb0e
@ -3,6 +3,10 @@ twitch-dl changelog
|
||||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**1.21.0 (2022-02-27)**
|
||||
|
||||
* Add `env` command for printing environment info for attaching to bug reports
|
||||
|
||||
**1.20.0 (2022-02-25)**
|
||||
|
||||
* Add `--json` option to `videos` command (#92, thanks @miff2000)
|
||||
|
@ -1,3 +1,8 @@
|
||||
1.21.0:
|
||||
date: 2022-02-27
|
||||
changes:
|
||||
- "Add `env` command for printing environment info for attaching to bug reports"
|
||||
|
||||
1.20.0:
|
||||
date: 2022-02-25
|
||||
changes:
|
||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
||||
|
||||
setup(
|
||||
name='twitch-dl',
|
||||
version='1.20.0',
|
||||
version='1.21.0',
|
||||
description='Twitch downloader',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -1,3 +1,3 @@
|
||||
__version__ = "1.20.0"
|
||||
__version__ = "1.21.0"
|
||||
|
||||
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||
|
Loading…
Reference in New Issue
Block a user