Skip to content

Commit

Permalink
set version to 1.9.1
Browse files Browse the repository at this point in the history
kbr committed Jan 17, 2022
1 parent 0bb45b3 commit 78a8f3b
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/sources/changes.rst
Original file line number Diff line number Diff line change
@@ -4,10 +4,11 @@ Version History
===============


development
-----------
1.9.1 - 2022-01-17
------------------

- bugfix: AttributeError in FritzHomeAutomation.device_information removed - bug introduced in 1.9.0 (#138)
- bugfix: AttributeError in `FritzHomeAutomation.device_information()` removed - bug introduced in 1.9.0 (#138)
- enhancement: `FritzWLAN.get_wifi_qr_code()` can forward the optional `security` and `hidden` parameters to `segno`. (#139)


1.9.0 - 2022-01-05
2 changes: 1 addition & 1 deletion fritzconnection/__init__.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
https://fritzconnection.readthedocs.io/
"""

__version__ = "1.9.0"
__version__ = "1.9.1"

# import shortcuts
from .core.fritzconnection import FritzConnection

0 comments on commit 78a8f3b

Please sign in to comment.