Releases: ViktorStiskala/python-qrplatba
Releases · ViktorStiskala/python-qrplatba
1.1.1
1.1.0
Flake test and black code formatting (#10) * Files formatting using black * Added ruff for flake tests * Added pre-commit hooks * Dropped support for Python 3.7
1.0.0
Warning: While the API is mostly backwards compatible, the look and size of the generated QR codes has changed.
- Updated requirements to support the latest qrcode version
- Added support for custom output sizes using box_size and border parameters
- Changed legacy setuptools to poetry
- Dropped support for Python 2.x and <3.7
- Changed license to MIT
- Added unit tests