From 5a43a4388c51c345c59c046a2b04a3b1e8ef0eec Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 18 Apr 2023 07:08:46 +0200 Subject: [PATCH] Bump version, add changelog --- CHANGELOG.md | 4 ++++ changelog.yaml | 5 +++++ docs/changelog.md | 4 ++++ setup.py | 2 +- twitchdl/__init__.py | 2 +- 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d0f10..55cfd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ twitch-dl changelog +### [2.1.2 (2023-04-18)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.2) + +* Fix error caused by twitch changing the Usher domain (thanks @adsa95) + ### [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) diff --git a/changelog.yaml b/changelog.yaml index 555e9f2..7862ca3 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,8 @@ +2.1.2: + date: 2023-04-18 + changes: + - "Fix error caused by twitch changing the Usher domain (thanks @adsa95)" + 2.1.1: date: 2022-11-20 changes: diff --git a/docs/changelog.md b/docs/changelog.md index 02d0f10..55cfd29 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,10 @@ twitch-dl changelog +### [2.1.2 (2023-04-18)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.2) + +* Fix error caused by twitch changing the Usher domain (thanks @adsa95) + ### [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) diff --git a/setup.py b/setup.py index f8b3147..23332c0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name="twitch-dl", - version="2.1.1", + version="2.1.2", description="Twitch downloader", long_description=long_description.strip(), author="Ivan Habunek", diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index 76222f0..ccea65d 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"