Skip to content

Commit 452f9da

Browse files
committed
Bump to v0.26.7a0, update CHANGELOG
1 parent 71d3158 commit 452f9da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# v0.25.7: Correct faulty logic in the v0.25.6 release
44

5+
# v0.25.7: Make collection of toggle-data future-proof
6+
57
# v0.25.6: Revert py.typed, fix Core PR #81531
68

79
# v0.25.5: not released

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.7"
3+
__version__ = "0.25.7a0"
44

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

0 commit comments

Comments
 (0)