Skip to content

Commit 5d76a62

Browse files
committed
v2.1.1
1 parent 1f002b8 commit 5d76a62

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
1316
Changed
1417
-------
1518
* Changed default connect timeout for ``BleakClient`` from 10 to 30 seconds.
@@ -31,7 +34,6 @@ Fixed
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

bleak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Bluetooth Low Energy platform Agnostic Klient"
55
authors = [{ name = "Henrik Blidh", email = "[email protected]" }]
66
license = "MIT"

0 commit comments

Comments
 (0)