Skip to content

Commit 2af570e

Browse files
committed
Release 3.6.0
1 parent 7833337 commit 2af570e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nav_order: 2
66

77
# Changelog
88

9+
# 3.6.0 DPT helpers and timezone 2025-02-19
10+
911
### Devices
1012

1113
- Datetime: Accept `datetime.tzinfo` for `timezone` argument to send time information for specific timezone. Boolean works like before: If `True` use system localtime. If `False` an arbitrary time can be sent.
@@ -15,7 +17,7 @@ nav_order: 2
1517
- Add `DPTBase.dpt_number_str` and `DPTBase.dpt_name` classmethods for human readable DPT number (eg. "9.001") and class name (eg. "DPTTemperature (9.001)").
1618
- Add `DPTBase.get_dpt` classmethod to get a DPT class by its number, name or DPTBase type.
1719

18-
### Features
20+
### Internal
1921

2022
- Collect group addresses with decoding errors at eager decoder in `xknx.group_address_dpt.ga_decoding_error` set.
2123

xknx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""XKNX version."""
22

3-
__version__ = "3.5.0"
3+
__version__ = "3.6.0"

0 commit comments

Comments
 (0)