File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1010`Unreleased `_
1111=============
1212
13+ `2.1.1 `_ (2025-12-31)
14+ =====================
15+
1316Changed
1417-------
1518* Changed default connect timeout for ``BleakClient `` from 10 to 30 seconds.
3134* Fixed calling ``logging.debug() `` in WinRT backend. Fixes #1882.
3235* Fixed calling ``logging.warning() `` in BlueZ backend.
3336
34-
3537`2.0.0 `_ (2025-11-22)
3638=====================
3739
@@ -1169,7 +1171,8 @@ Fixed
11691171* Bleak created.
11701172
11711173
1172- .. _Unreleased : https://github.com/hbldh/bleak/compare/v2.1.0...develop
1174+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v2.1.1...develop
1175+ .. _2.1.1 : https://github.com/hbldh/bleak/compare/v2.1.0...v2.1.1
11731176.. _2.1.0 : https://github.com/hbldh/bleak/compare/v2.0.0...v2.1.0
11741177.. _2.0.0 : https://github.com/hbldh/bleak/compare/v1.1.1...v2.0.0
11751178.. _1.1.1 : https://github.com/hbldh/bleak/compare/v1.1.0...v1.1.1
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ class BleakClient:
497497 .. versionchanged:: 1.0
498498 Added ``pair`` parameter.
499499
500- .. versionchanged:: unreleased
500+ .. versionchanged:: 2.1.1
501501 Changed default connect timeout from 10 to 30 seconds.
502502 """
503503
Original file line number Diff line number Diff line change 11[project ]
22name = " bleak"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44description = " Bluetooth Low Energy platform Agnostic Klient"
55authors = [{
name =
" Henrik Blidh" ,
email =
" [email protected] " }]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments