From bae1db874d7d756df58f145cfcc0ce491512909a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 19 Feb 2022 12:16:47 +0500 Subject: [PATCH] 2.6.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed07c327..665abf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.6.7 (2022-02-19) +### Fix +* Check for app updates ([`eabfb52`](https://github.com/iamtalhaasghar/yewtube/commit/eabfb5233c7b87c5f300ebc41250a3f52db07411)) +* Don't crash if playlists / history file has invalid youtube id fixed #24 ([`323d5d8`](https://github.com/iamtalhaasghar/yewtube/commit/323d5d822cefc23889665d71cfffe9e40750433b)) + ## v2.6.6 (2022-02-18) ### Fix * Playlists are working again fixed #18 ([`bfceee4`](https://github.com/iamtalhaasghar/yewtube/commit/bfceee493261d099c85bf2c4c9e79e5710e9799f)) diff --git a/setup.py b/setup.py index 8013461d..3067a048 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ with open('requirements.txt', 'r') as fh: requirements = fh.readlines() -__version__ = "2.6.6" +__version__ = "2.6.7" options = dict( name="yewtube",