From 9e4b029c1e2da0b13ff26087bb94c2f4f9583760 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Mar 2023 09:18:20 +0000 Subject: [PATCH] 2.10.2 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 9b6869da..1bd440af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.10.2 (2023-03-22) +### Fix +* #837 crashes if the video is blocked by the copyright holder ([`c472c7a`](https://github.com/mps-youtube/yewtube/commit/c472c7a7e428122e147422df84a819b58e790455)) + ## v2.10.1 (2023-03-21) ### Fix * #980 added pylast as dependency in req.txt ([`48cc757`](https://github.com/mps-youtube/yewtube/commit/48cc757a4e89c551d6bcbbe54614f11fedeabbe9)) diff --git a/setup.py b/setup.py index 5750d949..0d095de2 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ with open('requirements.txt', 'r') as fh: requirements = fh.readlines() -__version__ = "2.10.1" +__version__ = "2.10.2" options = dict( name="yewtube",