-
Added support for PEP 517
-
Removed PyQRCode from comparison / benchmarks since it adds no value anymore
-
Added more properties for vCard see PR #106 contributed by Tobias Udtke:
- cellphone (TEL;TYPE=CELL)
- homephone (TEL;TYPE=HOME)
- workphone (TEL;TYPE=WORK)
Signatures of segno.helpers.make_vcard and segno.helpers.make_vcard_data changed, but in a backwards compatible way.
-
Changed default Python test version to 3.10 (2.7 and above are still supported)