Automatically generated by python-semantic-release
This commit is contained in:
github-actions 2022-10-11 00:26:54 +00:00 committed by github-actions
parent e7048fa38b
commit 95a98f4c44
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v1.41.0 (2022-10-11)
### Feature
* Add more typing to unmarshaller ([#102](https://github.com/Bluetooth-Devices/dbus-fast/issues/102)) ([`e7048fa`](https://github.com/Bluetooth-Devices/dbus-fast/commit/e7048fa38b63ea45e819930a51ca5744f86da73f))
## v1.40.0 (2022-10-10)
### Feature
* Speed up unmarshaller ([#101](https://github.com/Bluetooth-Devices/dbus-fast/issues/101)) ([`a6a248b`](https://github.com/Bluetooth-Devices/dbus-fast/commit/a6a248b3b1dbbb06784f700b49a7fe92b30cc7b5))

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "dbus-fast"
version = "1.40.0"
version = "1.41.0"
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.40.0"
__version__ = "1.41.0"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"