Skip to content

Commit

Permalink
2.10.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 14, 2023
1 parent 645617a commit 49e75e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v2.10.4 (2023-06-14)

### Fix

* #806 - pressing q doesn't stops playback when in repeat mode ([`645617a`](https://github.com/mps-youtube/yewtube/commit/645617accd1fda316b22aa81270917adae9d2712))

## v2.10.3 (2023-06-14)

### Fix
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.3"
__version__ = "2.10.4"

options = dict(
name="yewtube",
Expand Down

0 comments on commit 49e75e9

Please sign in to comment.