Skip to content

Commit 58b04d1

Browse files
author
github-actions
committed
2.10.3
Automatically generated by python-semantic-release
1 parent d5e19b2 commit 58b04d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.10.3 (2023-06-14)
6+
7+
### Fix
8+
9+
* Shuffle all throwing error "object does not support item assignment" ([`13fb47b`](https://github.com/mps-youtube/yewtube/commit/13fb47b8113a0ccfc884852065f587a4de94eb0d))
10+
511
## v2.10.2 (2023-03-22)
612
### Fix
713
* #837 crashes if the video is blocked by the copyright holder ([`c472c7a`](https://github.com/mps-youtube/yewtube/commit/c472c7a7e428122e147422df84a819b58e790455))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
with open('requirements.txt', 'r') as fh:
2222
requirements = fh.readlines()
2323

24-
__version__ = "2.10.2"
24+
__version__ = "2.10.3"
2525

2626
options = dict(
2727
name="yewtube",

0 commit comments

Comments
 (0)