Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Aug 3, 2022
1 parent 66dffab commit a52f283
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.15.1`_ (2022-08-03)
======================

Fixed
-----
* The global BlueZ manager now disconnects correctly on exception. Merged #918.
Expand Down Expand Up @@ -719,7 +722,8 @@ Fixed
* Bleak created.


.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.15.0...develop
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.15.1...develop
.. _0.15.1: https://github.com/hbldh/bleak/compare/v0.14.3...v0.15.1
.. _0.15.0: https://github.com/hbldh/bleak/compare/v0.14.3...v0.15.0
.. _0.14.3: https://github.com/hbldh/bleak/compare/v0.14.2...v0.14.3
.. _0.14.2: https://github.com/hbldh/bleak/compare/v0.14.1...v0.14.2
Expand Down
2 changes: 1 addition & 1 deletion bleak/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.15.0"
__version__ = "0.15.1"

0 comments on commit a52f283

Please sign in to comment.