Automatically generated by python-semantic-release
This commit is contained in:
github-actions 2022-12-08 22:35:33 +00:00 committed by github-actions
parent 06647d7e49
commit 069b65bea0
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v1.77.0 (2022-12-08)
### Feature
* Avoid replacing unix_fds if there are no unix_fds ([#176](https://github.com/Bluetooth-Devices/dbus-fast/issues/176)) ([`06647d7`](https://github.com/Bluetooth-Devices/dbus-fast/commit/06647d7e49aa29b40146c7655f0edd4979a5500d))
## v1.76.0 (2022-12-08)
### Feature
* Only construct handlers once ([#175](https://github.com/Bluetooth-Devices/dbus-fast/issues/175)) ([`fb4d540`](https://github.com/Bluetooth-Devices/dbus-fast/commit/fb4d5402ba254e62989cbd0e36c3ad510bb0d358))

View File

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