-------------------
* Merged `PR 124 <https://github.com/heuer/segno/pull/124>`_ implemented by
`missionfloyd <https://github.com/missionfloyd>`_:
Remove the trailing dot of latitude/longitude information.
* Merged `PR 125 <https://github.com/heuer/segno/pull/125>`_ implemented by
`missionfloyd <https://github.com/missionfloyd>`_:
More lenient check how to interpret empty or false values in vCard and MeCard.
* Internal changes: Made ``writers`` module independent of internal version constants,
they operate upon a matrix of a given size and know nothing about the QR Code version
(i.e. QR Code vs. Micro QR Code). These changes are backwards incompatible but the
``writers`` module does not belong to the public API anyway.
* Dropped testing against PyPy2
* Changed default Python test version to 3.11 (2.7 is still supported)
* Support for Python 2.7 will be dropped in the next version of Segno because it is
no longer possible to run automatic tests against Python 2.x.
* Removed deprecated statements from setup.cfg (`127 <https://github.com/heuer/segno/issues/127>`_
thanks for the hint, `Gene <https://github.com/gene-git>`_)
* Updated example to Pillow 10 API (`128 <https://github.com/heuer/segno/issues/128>`_,
again thanks to `Gene <https://github.com/gene-git>`_)