Skip to content

Commit 33fcc4a

Browse files
committed
v0.20.1
1 parent e01ae59 commit 33fcc4a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.20.1`_ (2023-03-24)
14+
======================
15+
1316
Fixed
1417
-----
1518
* Fixed possible garbage collection of running async callback from ``BleakClient.start_notify()``.
@@ -927,7 +930,8 @@ Fixed
927930
* Bleak created.
928931

929932

930-
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.20.0...develop
933+
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.20.1...develop
934+
.. _0.20.1: https://github.com/hbldh/bleak/compare/v0.20.0...v0.20.1
931935
.. _0.20.0: https://github.com/hbldh/bleak/compare/v0.19.5...v0.20.0
932936
.. _0.19.5: https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
933937
.. _0.19.4: https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4

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.20.0"
3+
version = "0.20.1"
44
description = "Bluetooth Low Energy platform Agnostic Klient"
55
authors = ["Henrik Blidh <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)