1.21.5
Automatically generated by python-semantic-release
This commit is contained in:
parent
5df01ac1ba
commit
c417e91487
@ -2,6 +2,10 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v1.21.5 (2022-10-02)
|
||||
### Fix
|
||||
* Cython build of unpack ([#56](https://github.com/Bluetooth-Devices/dbus-fast/issues/56)) ([`5df01ac`](https://github.com/Bluetooth-Devices/dbus-fast/commit/5df01ac1ba3dc0515ffa8d0b01c1d386ef726e91))
|
||||
|
||||
## v1.21.4 (2022-10-02)
|
||||
### Fix
|
||||
* Increase verbosity of wheel builds ([#55](https://github.com/Bluetooth-Devices/dbus-fast/issues/55)) ([`4779e7b`](https://github.com/Bluetooth-Devices/dbus-fast/commit/4779e7b825270268ae28b5fc1c4ddb45647c31c5))
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "dbus-fast"
|
||||
version = "1.21.4"
|
||||
version = "1.21.5"
|
||||
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.21.4"
|
||||
__version__ = "1.21.5"
|
||||
__author__ = "Bluetooth Devices authors, Tony Crisci"
|
||||
__author_email__ = "bluetooth@koston.org"
|
||||
__license__ = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user