File tree 3 files changed +8
-4
lines changed
3 files changed +8
-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
10
10
`Unreleased `_
11
11
=============
12
12
13
+ `0.22.0 `_ (2024-04-04)
14
+ ======================
15
+
13
16
Added
14
17
-----
15
18
* Added ``BleakCharacteristicNotFoundError `` which is raised if a device does not support a characteristic.
@@ -1011,7 +1014,8 @@ Fixed
1011
1014
* Bleak created.
1012
1015
1013
1016
1014
- .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.21.1...develop
1017
+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.22.0...develop
1018
+ .. _0.22.0 : https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
1015
1019
.. _0.21.1 : https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1
1016
1020
.. _0.21.0 : https://github.com/hbldh/bleak/compare/v0.20.2...v0.21.0
1017
1021
.. _0.20.2 : https://github.com/hbldh/bleak/compare/v0.20.1...v0.20.2
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def assert_mta() -> None:
67
67
Raises:
68
68
BleakError: If the current apartment type is not MTA.
69
69
70
- .. versionadded:: unreleased
70
+ .. versionadded:: 0.22
71
71
"""
72
72
try :
73
73
apt_type , _ = _get_apartment_type ()
@@ -92,7 +92,7 @@ def uninitialize_sta():
92
92
It should be called as early as possible in your application after the
93
93
offending package has been imported.
94
94
95
- .. versionadded:: unreleased
95
+ .. versionadded:: 0.22
96
96
"""
97
97
try :
98
98
assert_mta ()
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " bleak"
3
- version = " 0.21.1 "
3
+ version = " 0.22.0 "
4
4
description = " Bluetooth Low Energy platform Agnostic Klient"
5
5
authors = [
" Henrik Blidh <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments