Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-03-05 02:28:11 +00:00
parent 6531b93a5b
commit 416c52eeba
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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 <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__ = "2.35.0"
__version__ = "2.35.1"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"