Skip to content

Commit

Permalink
Bump to version 0.2.3
Browse files Browse the repository at this point in the history
See the CHANGELOG for more details
  • Loading branch information
acrisci committed Jul 25, 2021
1 parent 7d651b6 commit 74dc970
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 0.2.3

This version contains some bugfixes and new features.

* Include py.typed in Manifest.in (#79)
* Fix property validation error message (#81)
* Don't log errors if call failed after disconnect (#84)
* Support PEP563 annotations (#3)
* Service: support async properties (#86)
* Client: Support coroutines as signal handlers (#2)

## Version 0.2.2

This version contains some bugfixes and a new feature
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.2.2'
__version__ = '0.2.3'
__author__ = 'Tony Crisci'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 74dc970

Please sign in to comment.