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 bb95428 commit ced97a7Copy full SHA for ced97a7
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-# v0.26.0: Smile P1: support 3-phase measurements
+# v0.27.0: Smile P1: support 3-phase measurements
4
+
5
+(# v0.26.0: not released)
6
7
# v0.25.14: Improve, bugfix
8
- Anna+Elga: final solution for https://github.com/plugwise/plugwise-beta/issues/320
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.26.0"
+__version__ = "0.27.0"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments