From fc28bd4079a49964789b82260a8d349e36940b54 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 13 Mar 2025 22:39:22 +0000 Subject: [PATCH] 2.39.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/dbus_fast/__version__.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3860627..6ec3c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # CHANGELOG +## v2.39.4 (2025-03-13) + +### Bug Fixes + +- Multiple calls on the root logger instead of module logger + ([#421](https://github.com/Bluetooth-Devices/dbus-fast/pull/421), + [`b7c4a31`](https://github.com/Bluetooth-Devices/dbus-fast/commit/b7c4a3117e5978cb712469f75f49d5e2002614b8)) + +### Chores + +- **deps-dev**: Bump setuptools from 75.8.2 to 76.0.0 + ([#418](https://github.com/Bluetooth-Devices/dbus-fast/pull/418), + [`128ba12`](https://github.com/Bluetooth-Devices/dbus-fast/commit/128ba128586ea740fa60d6be8ba311791b6dabb6)) + +- **pre-commit.ci**: Pre-commit autoupdate + ([#420](https://github.com/Bluetooth-Devices/dbus-fast/pull/420), + [`45acd54`](https://github.com/Bluetooth-Devices/dbus-fast/commit/45acd54868c12f784287fb19104a3bf6bc17d745)) + + ## v2.39.3 (2025-03-07) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ee2ffa7..57cbb50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbus-fast" -version = "2.39.3" +version = "2.39.4" description = "A faster version of dbus-next" authors = ["Bluetooth Devices Authors "] license = "MIT" diff --git a/src/dbus_fast/__version__.py b/src/dbus_fast/__version__.py index e83b8a5..bede4ae 100644 --- a/src/dbus_fast/__version__.py +++ b/src/dbus_fast/__version__.py @@ -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__ = "2.39.3" +__version__ = "2.39.4" __author__ = "Bluetooth Devices authors, Tony Crisci" __author_email__ = "bluetooth@koston.org" __license__ = "MIT"