Skip to content

1.5.2

Compare
Choose a tag to compare
@heuer heuer released this 24 May 22:16
· 143 commits to master since this release
  • 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)