Skip to content

Commit 74dc970

Browse files
author
Tony Crisci
committed
Bump to version 0.2.3
See the CHANGELOG for more details
1 parent 7d651b6 commit 74dc970

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## Version 0.2.2
415

516
This version contains some bugfixes and a new feature

dbus_next/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.2'
4+
__version__ = '0.2.3'
55
__author__ = 'Tony Crisci'
66
__author_email__ = '[email protected]'
77
__license__ = 'MIT'

0 commit comments

Comments
 (0)