Automatically generated by python-semantic-release
This commit is contained in:
github-actions 2022-11-14 20:34:19 +00:00 committed by github-actions
parent 46f1d6bbc0
commit 97dfb968bb
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v1.73.1 (2022-11-14)
### Fix
* Allow non-string objects to be marshalled by write_string ([#163](https://github.com/Bluetooth-Devices/dbus-fast/issues/163)) ([`46f1d6b`](https://github.com/Bluetooth-Devices/dbus-fast/commit/46f1d6bbc09860185db04c7985b9fd7c23e7a1bf))
## v1.73.0 (2022-11-11) ## v1.73.0 (2022-11-11)
### Feature ### Feature
* Reduce latency to process messages ([#161](https://github.com/Bluetooth-Devices/dbus-fast/issues/161)) ([`113f0c9`](https://github.com/Bluetooth-Devices/dbus-fast/commit/113f0c9a325d538592555ae89e1df1ea29398aa9)) * Reduce latency to process messages ([#161](https://github.com/Bluetooth-Devices/dbus-fast/issues/161)) ([`113f0c9`](https://github.com/Bluetooth-Devices/dbus-fast/commit/113f0c9a325d538592555ae89e1df1ea29398aa9))

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "dbus-fast" name = "dbus-fast"
version = "1.73.0" version = "1.73.1"
description = "A faster version of dbus-next" description = "A faster version of dbus-next"
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"] authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
license = "MIT" license = "MIT"

View File

@ -3,7 +3,7 @@ __description__ = (
"A performant zero-dependency DBus library for Python with asyncio support" "A performant zero-dependency DBus library for Python with asyncio support"
) )
__url__ = "https://github.com/bluetooth-devices/dbus-fast" __url__ = "https://github.com/bluetooth-devices/dbus-fast"
__version__ = "1.73.0" __version__ = "1.73.1"
__author__ = "Bluetooth Devices authors, Tony Crisci" __author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org" __author_email__ = "bluetooth@koston.org"
__license__ = "MIT" __license__ = "MIT"