From db68634b738b8ba6078f879889d29e4795e585e3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 18 Jun 2024 22:23:31 +0200 Subject: [PATCH] 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 --- bindings/python/gpiod/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2