Skip to content

Commit e285de5

Browse files
committed
v0.22.1
1 parent 9896c8b commit e285de5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.rst

+5-1
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+
`0.22.1`_ (2024-05-07)
14+
======================
15+
1316
Added
1417
-----
1518
* Added ``bleak.backends.winrt.util.allow_sta()`` method to allow integration
@@ -1019,7 +1022,8 @@ Fixed
10191022
* Bleak created.
10201023

10211024

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
10231027
.. _0.22.0: https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
10241028
.. _0.21.1: https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1
10251029
.. _0.21.0: https://github.com/hbldh/bleak/compare/v0.20.2...v0.21.0

bleak/backends/winrt/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def allow_sta():
9797
you probably shouldn't call this function. and use ``uninitialize_sta()``
9898
instead.
9999
100-
.. versionadded:: unreleased
100+
.. versionadded:: 0.22.1
101101
"""
102102
allow_sta._allowed = True
103103

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bleak"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
description = "Bluetooth Low Energy platform Agnostic Klient"
55
authors = ["Henrik Blidh <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)