File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.2.2
4+
5+ This version contains some bugfixes and a new feature
6+
7+ * Add ` connected ` instance variable to the ` MessageBus ` (#74 )
8+ * Better handling of message bus errors on disconnect (de8ed30)
9+ * Ensure futures are not done when settings results and exceptions (#73 , 1213667)
10+
311## Version 0.2.1
412
513This version adds performance optimizations, bugfixes, and new features.
Original file line number Diff line number Diff line change 11__title__ = 'dbus_next'
22__description__ = 'A zero-dependency DBus library for Python with asyncio support'
33__url__ = 'https://github.com/altdesktop/python-dbus-next'
4- __version__ = '0.2.1 '
4+ __version__ = '0.2.2 '
55__author__ = 'Tony Crisci'
66__author_email__ = 'tony@dubstepdish.com'
77__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments