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