------------------- * Fixed `95 <https://github.com/heuer/segno/issues/95>`_: ``helpers.make_wifi`` and ``helpers.make_wifi_data`` may return invalid data if any input contains characters which can be interpreted as an integer. * Updated ``helpers.make_wifi`` and ``helpers.make_wifi_data`` signature and doc strings to match the stub / type hints.
1.3.2
------------------- * Not released due to twine issues (markup errors in README.rst)
1.3.1
------------------- * Fixed: Stub files (type hints) were missing from the source distribution.
1.3.0
------------------- * Fixed `84 <https://github.com/heuer/segno/issues/84>`_: CLI ``--encoding`` was used for the encoding of SVG documents and not for the encoding of the QR code. Added ``--svgencoding`` to specify the encoding of SVG documents.
1.2.1
------------------- * Improved API docs * Added support for type hints for the public API (stub files)
1.2.0
------------------- * Added ``QRCode.svg_inline`` method which returns a string which can be used to embed the SVG directly in HTML pages. * Improved documentation <https://segno.readthedocs.org/> * Improved code quality * Switched from `tox <https://pypi.org/project/tox/>`_ to `nox <https://pypi.org/project/nox/>`_ * Utilize `flake8 <https://pypi.org/project/flake8/>`_ * Moved metadata from setup.py to setup.cfg