Skip to content

Commit 7fc26ac

Browse files
committed
Version-corrections
1 parent 389aa71 commit 7fc26ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
# v0.25.7: Correct faulty logic in the v0.25.6 release
3+
# v0.25.8: Make collection of toggle-data future-proof
44

5-
# v0.25.7: Make collection of toggle-data future-proof
5+
# v0.25.7: Correct faulty logic in the v0.25.6 release
66

77
# v0.25.6: Revert py.typed, fix Core PR #81531
88

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugwise module."""
22

3-
__version__ = "0.25.7a0"
3+
__version__ = "0.25.8a0"
44

55
from plugwise.smile import Smile
66
from plugwise.stick import Stick

0 commit comments

Comments
 (0)