From 1b93859a8b5cd4ef886c7e4084977a7c973a92f4 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 17 Mar 2023 18:05:06 -0500 Subject: [PATCH] v0.20.0 --- CHANGELOG.rst | 14 +++++++++----- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c62859dc..799ddad3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,26 +10,29 @@ and this project adheres to `Semantic Versioning = 3.11. * Deprecated ``BLEDevice.rssi`` and ``BLEDevice.metadata``. Fixes #1025. -* ``BLEDevice`` now uses ``__slots__`` to reduce memory usage. +* ``BLEDevice`` now uses ``__slots__`` to reduce memory usage. Merged #1117. * ``BaseBleakClient.services`` is now ``None`` instead of empty service collection until services are discovered. * Include thread name in ``BLEAK_LOGGING`` output. Merged #1144. * Updated PyObjC dependency on macOS to v9.x. -* Added automatic retry on ``le-connection-abort-by-local`` in BlueZ backend. Fixes #1220. Fixed ----- @@ -918,7 +921,8 @@ Fixed * Bleak created. -.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.19.5...develop +.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.20.0...develop +.. _0.20.0: https://github.com/hbldh/bleak/compare/v0.19.5...v0.20.0 .. _0.19.5: https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5 .. _0.19.4: https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4 .. _0.19.3: https://github.com/hbldh/bleak/compare/v0.19.2...v0.19.3 diff --git a/pyproject.toml b/pyproject.toml index 5458d965..b8fd0939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bleak" -version = "0.20.0a1" +version = "0.20.0" description = "Bluetooth Low Energy platform Agnostic Klient" authors = ["Henrik Blidh "] license = "MIT"