From cf211a7a86e2f0cff92ad93d11bea1e1decfb4c2 Mon Sep 17 00:00:00 2001 From: igo95862 Date: Thu, 20 Aug 2026 17:45:36 +0100 Subject: [PATCH] Version 0.14.3 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9a348..b9e88db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.14.3 + +### Fixes + +* Fix code generated signals not using proper member name. (reported and fixed by @SqueakyBeaver) +* Fix file descriptors from D-Bus messages (type `h`) instantly being closed after message + was parsed. (reported and fixed by @luleyleo) + ## 0.14.2 ### Fixes diff --git a/setup.py b/setup.py index 199b300..80410bd 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]: 'Based on sd-bus from libsystemd.'), long_description=long_description, long_description_content_type='text/markdown', - version='0.14.2', + version='0.14.3', url='https://github.com/python-sdbus/python-sdbus', author='igo95862', author_email='igo95862@yandex.ru',