We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389aa71 commit 7fc26acCopy full SHA for 7fc26ac
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-# v0.25.7: Correct faulty logic in the v0.25.6 release
+# v0.25.8: Make collection of toggle-data future-proof
4
5
-# v0.25.7: Make collection of toggle-data future-proof
+# v0.25.7: Correct faulty logic in the v0.25.6 release
6
7
# v0.25.6: Revert py.typed, fix Core PR #81531
8
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.25.7a0"
+__version__ = "0.25.8a0"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments