From 416c52eebaa00fa7da443d13eb58d33ceffea333 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 5 Mar 2025 02:28:11 +0000 Subject: [PATCH] 2.35.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/dbus_fast/__version__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ac1c5..a2b6dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## v2.35.1 (2025-03-05) + +### Bug Fixes + +- Reduce size of wheels ([#399](https://github.com/Bluetooth-Devices/dbus-fast/pull/399), + [`6531b93`](https://github.com/Bluetooth-Devices/dbus-fast/commit/6531b93a5ba5447494818cf7f8c38454b1338052)) + +first attempt failed to change the correct constant in build_ext.py + + ## v2.35.0 (2025-03-05) ### Chores diff --git a/pyproject.toml b/pyproject.toml index ea19fd9..9fc08b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbus-fast" -version = "2.35.0" +version = "2.35.1" 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 2a2a402..65f595e 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.35.0" +__version__ = "2.35.1" __author__ = "Bluetooth Devices authors, Tony Crisci" __author_email__ = "bluetooth@koston.org" __license__ = "MIT"