This release fixes a compatibility issue with Python 3.8.
0.12.0
**This is a breaking change.**
The `uwb_address` property has been removed because the `system_info` property already provides the necessary information.
0.11.0
**This is a breaking change.**
The `label` property has been removed and replaced by the `system_info` property. The new property provides more information, among the information includes the DWM1001's label.
0.10.0
**This is a breaking change.**
The `tag_id` property has been changed to `uwb_address` to match with the DWM1001's terminology.
0.9.0
This release adds a new `get_shell_response` function that provides a generic way to retrieve the DWM1001's shell response after sending it.
0.8.0
**This is a breaking change.**
The `tag_id` property now returns the full UWB identifier string for the tag. The new `tag_name` property returns `DW` plus the last four digits of the tag's UWB identifier. This is what you see on the DWM1001 Android app.