From 751d24b0288d50d2854956dd112bb345451cfc03 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Jan 2025 19:48:47 +0000 Subject: [PATCH] 2.30.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/dbus_fast/__version__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5281a28..5139a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.30.1 (2025-01-17) + +### Fix + +* Wheel builds on aarch64 ([#367](https://github.com/Bluetooth-Devices/dbus-fast/issues/367)) ([`18132b9`](https://github.com/Bluetooth-Devices/dbus-fast/commit/18132b99bcbada1f090ccfc1c0050caf0827cd11)) + ## v2.30.0 (2025-01-17) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 3a34e11..0b6567a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbus-fast" -version = "2.30.0" +version = "2.30.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 76f93ac..551a853 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.30.0" +__version__ = "2.30.1" __author__ = "Bluetooth Devices authors, Tony Crisci" __author_email__ = "bluetooth@koston.org" __license__ = "MIT"