Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Mar 24, 2023
1 parent e01ae59 commit 33fcc4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.20.1`_ (2023-03-24)
======================

Fixed
-----
* Fixed possible garbage collection of running async callback from ``BleakClient.start_notify()``.
Expand Down Expand Up @@ -927,7 +930,8 @@ Fixed
* Bleak created.


.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.20.0...develop
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.20.1...develop
.. _0.20.1: https://github.com/hbldh/bleak/compare/v0.20.0...v0.20.1
.. _0.20.0: https://github.com/hbldh/bleak/compare/v0.19.5...v0.20.0
.. _0.19.5: https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
.. _0.19.4: https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4
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.20.0"
version = "0.20.1"
description = "Bluetooth Low Energy platform Agnostic Klient"
authors = ["Henrik Blidh <henrik.blidh@nedomkull.com>"]
license = "MIT"
Expand Down

0 comments on commit 33fcc4a

Please sign in to comment.