Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Dec 20, 2024
1 parent 956ff18 commit 396acf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.0.5-dev
## v0.0.5
* Added: MQTT message can now also be only a float number
* Added: New temperature types room, outdoor, waterheater and freezer
* Changed: Broker port missing on reconnect
Expand Down
2 changes: 1 addition & 1 deletion dbus-mqtt-temperature/dbus-mqtt-temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def __init__(
self._dbusservice.add_path("/ProductId", 0xFFFF)
self._dbusservice.add_path("/ProductName", productname)
self._dbusservice.add_path("/CustomName", customname)
self._dbusservice.add_path("/FirmwareVersion", "0.0.5-dev (20241220)")
self._dbusservice.add_path("/FirmwareVersion", "0.0.5 (20241220)")
# self._dbusservice.add_path('/HardwareVersion', '')
self._dbusservice.add_path("/Connected", 1)

Expand Down

0 comments on commit 396acf2

Please sign in to comment.