Automatically generated by python-semantic-release
Esse commit está contido em:
github-actions
2023-06-14 11:09:02 +00:00
commit 58b04d141f
2 arquivos alterados com 7 adições e 1 exclusões
+6
Ver Arquivo
@@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v2.10.3 (2023-06-14)
### Fix
* Shuffle all throwing error "object does not support item assignment" ([`13fb47b`](https://github.com/mps-youtube/yewtube/commit/13fb47b8113a0ccfc884852065f587a4de94eb0d))
## 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))
+1 -1
Ver Arquivo
@@ -21,7 +21,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
with open('requirements.txt', 'r') as fh:
requirements = fh.readlines()
__version__ = "2.10.2"
__version__ = "2.10.3"
options = dict(
name="yewtube",