From 2901157dee37c6fe670bbf406341c06154578586 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 5 May 2022 07:30:15 +0500 Subject: [PATCH] 2.8.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d228a9..3dd90b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.8.4 (2022-05-05) +### Fix +* #53 viewing playlists uploaded by a user is back ([`f201cb5`](https://github.com/iamtalhaasghar/yewtube/commit/f201cb5f4cd45b9341ced6b549fc35a57e85eb9f)) + ## v2.8.3 (2022-04-25) ### Fix * #45 fetch all videos of a playlist ([`261f468`](https://github.com/iamtalhaasghar/yewtube/commit/261f4687668c6c05415102c66587a27518bbac10)) diff --git a/setup.py b/setup.py index c6e68317..035165ca 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ with open('requirements.txt', 'r') as fh: requirements = fh.readlines() -__version__ = "2.8.3" +__version__ = "2.8.4" options = dict( name="yewtube",