1.22.0
Automatically generated by python-semantic-release
This commit is contained in:
parent
cccfea30b9
commit
4ea6eae2cc
@ -2,6 +2,10 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v1.22.0 (2022-10-03)
|
||||
### Feature
|
||||
* Speed up message bus matching ([#70](https://github.com/Bluetooth-Devices/dbus-fast/issues/70)) ([`cccfea3`](https://github.com/Bluetooth-Devices/dbus-fast/commit/cccfea30b9ec5417eecef5093ee02f7b7a254c45))
|
||||
|
||||
## v1.21.17 (2022-10-02)
|
||||
### Fix
|
||||
* Install python-semantic-release in wheel workflow ([#68](https://github.com/Bluetooth-Devices/dbus-fast/issues/68)) ([`cca0d6e`](https://github.com/Bluetooth-Devices/dbus-fast/commit/cca0d6e98a5934fee83ccafbd2ed47cf60a3ce99))
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "dbus-fast"
|
||||
version = "1.21.17"
|
||||
version = "1.22.0"
|
||||
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.17"
|
||||
__version__ = "1.22.0"
|
||||
__author__ = "Bluetooth Devices authors, Tony Crisci"
|
||||
__author_email__ = "bluetooth@koston.org"
|
||||
__license__ = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user