File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.2.3
4
+
5
+ This version contains some bugfixes and new features.
6
+
7
+ * Include py.typed in Manifest.in (#79 )
8
+ * Fix property validation error message (#81 )
9
+ * Don't log errors if call failed after disconnect (#84 )
10
+ * Support PEP563 annotations (#3 )
11
+ * Service: support async properties (#86 )
12
+ * Client: Support coroutines as signal handlers (#2 )
13
+
3
14
## Version 0.2.2
4
15
5
16
This version contains some bugfixes and a new feature
Original file line number Diff line number Diff line change 1
1
__title__ = 'dbus_next'
2
2
__description__ = 'A zero-dependency DBus library for Python with asyncio support'
3
3
__url__ = 'https://github.com/altdesktop/python-dbus-next'
4
- __version__ = '0.2.2 '
4
+ __version__ = '0.2.3 '
5
5
__author__ = 'Tony Crisci'
6
6
__author_email__ = '[email protected] '
7
7
__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments