From 7f6e792eaebfdf1a099c691581c159ace1863e6e Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 20 Nov 2022 15:46:57 +0100 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 7 ++++++- changelog.yaml | 8 +++++++- docs/changelog.md | 7 ++++++- setup.py | 2 +- twitchdl/__init__.py | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8264c73..02d0f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,15 @@ twitch-dl changelog +### [2.1.1 (2022-11-20)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.1) + +* Fix Python 3.7 compatibility (#117, thanks @eliduvid) +* Fix default value for game_ids (#102, thanks @FunnyPocketBook) + ### [2.1.0 (2022-11-20)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.0) * Add chapter list to `info` command -* Add `--chapter` option to `download` command for downloading a single chapter +* Add `download --chapter` option for downloading a single chapter ### [2.0.1 (2022-09-09)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.1) diff --git a/changelog.yaml b/changelog.yaml index 807ab18..555e9f2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,8 +1,14 @@ +2.1.1: + date: 2022-11-20 + changes: + - "Fix Python 3.7 compatibility (#117, thanks @eliduvid)" + - "Fix default value for game_ids (#102, thanks @FunnyPocketBook)" + 2.1.0: date: 2022-11-20 changes: - "Add chapter list to `info` command" - - "Add `--chapter` option to `download` command for downloading a single chapter" + - "Add `download --chapter` option for downloading a single chapter" 2.0.1: date: 2022-09-09 diff --git a/docs/changelog.md b/docs/changelog.md index 8264c73..02d0f10 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,10 +3,15 @@ twitch-dl changelog +### [2.1.1 (2022-11-20)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.1) + +* Fix Python 3.7 compatibility (#117, thanks @eliduvid) +* Fix default value for game_ids (#102, thanks @FunnyPocketBook) + ### [2.1.0 (2022-11-20)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.0) * Add chapter list to `info` command -* Add `--chapter` option to `download` command for downloading a single chapter +* Add `download --chapter` option for downloading a single chapter ### [2.0.1 (2022-09-09)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.1) diff --git a/setup.py b/setup.py index 2a20f9d..f8b3147 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name="twitch-dl", - version="2.1.0", + version="2.1.1", description="Twitch downloader", long_description=long_description.strip(), author="Ivan Habunek", diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index 6780188..76222f0 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.1.0" +__version__ = "2.1.1" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"