Loading CHANGELOG.md +7 −2 Original line number Diff line number Diff line Loading @@ -3,14 +3,19 @@ ## Unreleased ### Fixes * Remove writer workaround from #61 with asyncio. [J. Nick Koston] ## v0.7.5 (2021-09-19) ### Features * Improve model detection. [J. Nick Koston] ### Fixes * Remove writer workaround from #61 with asyncio. [J. Nick Koston] * Fix aio disconnect handling. [J. Nick Koston] Loading pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "yeelight" version = "0.7.5" version = "0.7.6" [build-system] requires = ["flit_core >=2,<3"] Loading Loading
CHANGELOG.md +7 −2 Original line number Diff line number Diff line Loading @@ -3,14 +3,19 @@ ## Unreleased ### Fixes * Remove writer workaround from #61 with asyncio. [J. Nick Koston] ## v0.7.5 (2021-09-19) ### Features * Improve model detection. [J. Nick Koston] ### Fixes * Remove writer workaround from #61 with asyncio. [J. Nick Koston] * Fix aio disconnect handling. [J. Nick Koston] Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "yeelight" version = "0.7.5" version = "0.7.6" [build-system] requires = ["flit_core >=2,<3"] Loading