Automatically generated by python-semantic-release
Esse commit está contido em:
semantic-release
2024-09-11 16:55:48 +05:00
commit 67083d04d0
2 arquivos alterados com 7 adições e 1 exclusões
+6
Ver Arquivo
@@ -1,5 +1,11 @@
# CHANGELOG
## v2.11.7 (2024-09-11)
### Fix
* fix: semantic_release version for pypi setup.py was stuck ([`f29e0b3`](https://github.com/mps-youtube/yewtube/commit/f29e0b33241ae50e04fb4d2b0b8308be328eef82))
## v2.11.6 (2024-09-11)
### Chore
+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.5"
__version__ = "2.11.7"
options = dict(
name="yewtube",