15
0

- update to 1.9.1:

* bugfix: AttributeError in `FritzHomeAutomation.device_information()`
    removed - bug introduced in 1.9.0
  * `FritzWLAN.get_wifi_qr_code()` forwards the optional `security` and
    `hidden` parameters to `segno`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=9
This commit is contained in:
2022-01-23 15:57:37 +00:00
committed by Git OBS Bridge
parent 504b983c59
commit e41dc6a213
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 23 15:57:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.9.1:
* bugfix: AttributeError in `FritzHomeAutomation.device_information()`
removed - bug introduced in 1.9.0
* `FritzWLAN.get_wifi_qr_code()` forwards the optional `security` and
`hidden` parameters to `segno`
-------------------------------------------------------------------
Sat Jan 15 17:26:21 UTC 2022 - Dirk Müller <dmueller@suse.com>