Releases: bindreams/zint-bindings
Releases · bindreams/zint-bindings
Version 1.2.0
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 toshow_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
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