Skip to content

Commit 772961d

Browse files
committed
Version 0.14.2
1 parent 26a7100 commit 772961d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 0.14.1
29

310
### Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]:
9696
'Based on sd-bus from libsystemd.'),
9797
long_description=long_description,
9898
long_description_content_type='text/markdown',
99-
version='0.14.1.post0',
99+
version='0.14.2',
100100
url='https://github.com/python-sdbus/python-sdbus',
101101
author='igo95862',
102102
author_email='[email protected]',

0 commit comments

Comments
 (0)