Skip to content

Releases: bindreams/zint-bindings

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