1.91.3
Automatically generated by python-semantic-release
This commit is contained in:
parent
4051cf283f
commit
75ba74c07c
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user