Skip to content

Commit

Permalink
Bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Apr 18, 2023
1 parent 6f461d8 commit 5a43a43
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="twitch-dl",
version="2.1.1",
version="2.1.2",
description="Twitch downloader",
long_description=long_description.strip(),
author="Ivan Habunek",
Expand Down
2 changes: 1 addition & 1 deletion twitchdl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"

0 comments on commit 5a43a43

Please sign in to comment.