Skip to content

Commit

Permalink
bump to version 0.1.4
Browse files Browse the repository at this point in the history
See the CHANGELOG for more info
  • Loading branch information
Tony Crisci committed Sep 9, 2020
1 parent 837d332 commit 073d837
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Version 0.1.4

This version adds some bugfixes and new features.

* Support tcp transport addresses (#57)
* Add support for the annonymous authentication protocol (#32)
* Add flags kwarg to aio high level client method call (#55)
* Allow subclassing of DBusError (#42)
* Fix exception in aio message handler loop on task cancellation (ff165aa)
* Improve error messages (#46, #59)
* Fix match rule memory leak bug (508edf8)
* Don't add match rules for high level client by default (615218f)
* Add empty properties interface to standard interfaces (#49)

## Version 0.1.3

This version adds some bugfixes and new features.
Expand Down
2 changes: 1 addition & 1 deletion dbus_next/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'dbus_next'
__description__ = 'A zero-dependency DBus library for Python with asyncio support'
__url__ = 'https://github.com/altdesktop/python-dbus-next'
__version__ = '0.1.3'
__version__ = '0.1.4'
__author__ = 'Tony Crisci'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 073d837

Please sign in to comment.