File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
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.1 `_ (2024-05-07)
14
+ ======================
15
+
13
16
Added
14
17
-----
15
18
* Added ``bleak.backends.winrt.util.allow_sta() `` method to allow integration
@@ -1019,7 +1022,8 @@ Fixed
1019
1022
* Bleak created.
1020
1023
1021
1024
1022
- .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.22.0...develop
1025
+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.22.1...develop
1026
+ .. _0.22.1 : https://github.com/hbldh/bleak/compare/v0.22.0...v0.22.1
1023
1027
.. _0.22.0 : https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
1024
1028
.. _0.21.1 : https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1
1025
1029
.. _0.21.0 : https://github.com/hbldh/bleak/compare/v0.20.2...v0.21.0
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def allow_sta():
97
97
you probably shouldn't call this function. and use ``uninitialize_sta()``
98
98
instead.
99
99
100
- .. versionadded:: unreleased
100
+ .. versionadded:: 0.22.1
101
101
"""
102
102
allow_sta ._allowed = True
103
103
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " bleak"
3
- version = " 0.22.0 "
3
+ version = " 0.22.1 "
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