Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@bindreams bindreams released this 22 Nov 19:15

This release drops support for Python 3.8 and adds support for Python 3.13.

You can install this version using;

pip install zint-bindings==1.2.0

Changes

  • Dropped binary support for Python 3.8;
  • Added binary support for Python 3.13;
  • Renamed show_hrt property to show_text for clarity and consistency with other names. show_hrt remains as an alias;
  • Added small clarifications to the manual building process.