Skip to content

Commit

Permalink
v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed May 7, 2024
1 parent 9896c8b commit e285de5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

`0.22.1`_ (2024-05-07)
======================

Added
-----
* Added ``bleak.backends.winrt.util.allow_sta()`` method to allow integration
Expand Down Expand Up @@ -1019,7 +1022,8 @@ Fixed
* Bleak created.


.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.0...develop
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.1...develop
.. _0.22.1: https://github.com/hbldh/bleak/compare/v0.22.0...v0.22.1
.. _0.22.0: https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
.. _0.21.1: https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1
.. _0.21.0: https://github.com/hbldh/bleak/compare/v0.20.2...v0.21.0
Expand Down
2 changes: 1 addition & 1 deletion bleak/backends/winrt/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def allow_sta():
you probably shouldn't call this function. and use ``uninitialize_sta()``
instead.
.. versionadded:: unreleased
.. versionadded:: 0.22.1
"""
allow_sta._allowed = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bleak"
version = "0.22.0"
version = "0.22.1"
description = "Bluetooth Low Energy platform Agnostic Klient"
authors = ["Henrik Blidh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e285de5

Please sign in to comment.