Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@bindreams bindreams released this 05 May 14:25
· 4 commits to main since this release

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)