Bump version, add changelog

This commit is contained in:
Ivan Habunek 2023-04-18 07:08:46 +02:00
parent 6f461d889c
commit 5a43a4388c
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.-->
### [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)

View File

@ -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:

View File

@ -3,6 +3,10 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [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)

View File

@ -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",

View File

@ -1,3 +1,3 @@
__version__ = "2.1.1"
__version__ = "2.1.2"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"