From: Bartosz Golaszewski Date: Tue, 18 Jun 2024 20:23:31 +0000 (+0200) Subject: bindings: python: gpiod v2.2.0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db68634b738b8ba6078f879889d29e4795e585e3;p=qemu-gpiodev%2Flibgpiod.git bindings: python: gpiod v2.2.0 Minor gpiod package release. Changelog: - add a script for generating sdist and wheels - fix make build - support casting of line.Value to bool - test fixes - fix __repr__() implementations Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/python/gpiod/version.py b/bindings/python/gpiod/version.py index 6fabfa8..8a15395 100644 --- a/bindings/python/gpiod/version.py +++ b/bindings/python/gpiod/version.py @@ -2,4 +2,4 @@ # SPDX-FileCopyrightText: 2022 Linaro Ltd. # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski -__version__ = "2.1.3" +__version__ = "2.2.0"