Skip to content

Commit

Permalink
Merge pull request #1224 from mps-youtube/master
Browse files Browse the repository at this point in the history
get changes from upstream
  • Loading branch information
iamtalhaasghar authored Mar 22, 2023
2 parents 8ea0b49 + 60a526c commit b984982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b984982

Please sign in to comment.