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 71d3158 commit 452f9daCopy full SHA for 452f9da
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
# v0.25.7: Correct faulty logic in the v0.25.6 release
4
5
+# v0.25.7: Make collection of toggle-data future-proof
6
+
7
# v0.25.6: Revert py.typed, fix Core PR #81531
8
9
# v0.25.5: not released
plugwise/__init__.py
@@ -1,6 +1,6 @@
1
"""Plugwise module."""
-__version__ = "0.25.7"
+__version__ = "0.25.7a0"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments