We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a7100 commit 772961dCopy full SHA for 772961d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.14.2
2
+
3
+### Fixes
4
5
+* Fix segmentation fault if export handle outlives the exported object. (reported by @arkq)
6
+* Fix some tests failing on slow systems.
7
8
## 0.14.1
9
10
### Features
setup.py
@@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]:
96
'Based on sd-bus from libsystemd.'),
97
long_description=long_description,
98
long_description_content_type='text/markdown',
99
- version='0.14.1.post0',
+ version='0.14.2',
100
url='https://github.com/python-sdbus/python-sdbus',
101
author='igo95862',
102
author_email='[email protected]',
0 commit comments