Skip to content

Commit 4fe1649

Browse files
authored
Merge pull request #139 from plugwise/energyloop
bump version to v0.31.2
2 parents cedf434 + fab107f commit 4fe1649

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

3-
## Ongoing
4-
5-
- CI improvements
3+
## v0.31.2
4+
5+
- CI improvements.
6+
- (Temporary) bugfix on sequence ids.
7+
- Prevent message flooding on the network.
8+
- Reduce network load on restart by updating one history log per loop cycle.
9+
- Workaround for off-by-one issue with log_address record in circle.
10+
- Reduce complexity of energy_consumption_today counters synchronisation between PowerUsage and EnergyCounters hourly and at midnight.
611

712
## v0.31 refactoring (alpha only, effectively refactored version release): Logic separation between USB and non-USB
813

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise_usb"
7-
version = "0.31.2b8"
7+
version = "0.31.2"
88
license = {file = "LICENSE"}
99
description = "Plugwise USB (Stick) module for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)