Skip to content

Commit

Permalink
Set version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbr committed Jan 17, 2022
1 parent 78a8f3b commit b29dacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Version History
------------------

- 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)
- enhancement: `FritzWLAN.get_wifi_qr_code()` forwards the optional `security` and `hidden` parameters to `segno`. (#139)


1.9.0 - 2022-01-05
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ This will install an additional dependency `segno <https://pypi.org/project/segn

It is good practice and highly recommended to do the installation in a virtual environment – either by means of `venv <https://docs.python.org/3.7/library/venv.html?highlight=venv#module-venv>`_ or `conda <https://docs.conda.io/en/latest/index.html>`_ (comes with `miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ or `anaconda <https://www.anaconda.com/distribution/>`_).

fritzconnection runs with Python >= 3.6
fritzconnection requires Python >= 3.6

0 comments on commit b29dacd

Please sign in to comment.