Skip to content

Releases: bindreams/zint-bindings

Version 1.2.0

22 Nov 19:15
Compare
Choose a tag to compare

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.

Version 1.1.0

05 May 14:25
Compare
Choose a tag to compare

This release changes the bindings for enums to inherit the enum.Enum-based classes built into Python. It also fixes the enum values being unassignable to their respective fields in Symbol without converting them to int first.

You can install this version using:

pip install zint-bindings==1.1.0

Changes

  • Use native Python enums as a base class for enum bindings (#1)

Version 1.0.0

29 Apr 15:20
Compare
Choose a tag to compare

This is the first release of zint-bindings. 🎉
You can download this version using:

pip install zint-bindings==1.0.0