Releases: bindreams/zint-bindings
Releases · bindreams/zint-bindings
Version 1.1.0
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
This is the first release of zint-bindings
. 🎉
You can download this version using:
pip install zint-bindings==1.0.0