Skip to content

Commit f101fa8

Browse files
committed
bump version to v0.31.2
1 parent 5da771f commit f101fa8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Ongoing
44

55
- 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)