Automatically generated by python-semantic-release
This commit is contained in:
github-actions 2023-08-17 20:02:43 +00:00
parent 4051cf283f
commit 75ba74c07c
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v1.91.3 (2023-08-17)
### Fix
* Messages could be sent out of order if they had to queue ([#225](https://github.com/Bluetooth-Devices/dbus-fast/issues/225)) ([`4051cf2`](https://github.com/Bluetooth-Devices/dbus-fast/commit/4051cf283f61bbfefc4d63c8933b3818483a2d1a))
## v1.91.2 (2023-08-09)
### Fix

View File

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

View File

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