From 45821ceb0e993ef199a013e47e3632919fa7b42d Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 27 Feb 2022 12:44:33 +0100 Subject: [PATCH] Bump version, add changelog --- CHANGELOG.md | 4 ++++ changelog.yaml | 5 +++++ setup.py | 2 +- twitchdl/__init__.py | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f27260..9e4e3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ twitch-dl changelog +**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) diff --git a/changelog.yaml b/changelog.yaml index c743d79..c32c18a 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -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: diff --git a/setup.py b/setup.py index 9b75494..ad6ec78 100644 --- a/setup.py +++ b/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', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index a154dcc..a5ffb75 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.20.0" +__version__ = "1.21.0" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"