Skip to content

Commit bbb79b7

Browse files
committed
v0.19.5
1 parent cd552fa commit bbb79b7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ All notable changes to this project will be documented in this file.
77
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
88
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
99

10-
`Unreleased`_
11-
=============
10+
`0.19.5`_ (2022-11-19)
11+
======================
1212

1313
Fixed
1414
-----
15-
* Fixed getting services in WinRT backend. Fixes #1123.
15+
* Fixed more issues with getting services in WinRT backend.
1616

1717

1818
`0.19.4`_ (2022-11-06)
@@ -880,7 +880,8 @@ Fixed
880880
* Bleak created.
881881

882882

883-
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.19.4...develop
883+
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.19.5...develop
884+
.. _0.19.5: https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
884885
.. _0.19.4: https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4
885886
.. _0.19.3: https://github.com/hbldh/bleak/compare/v0.19.2...v0.19.3
886887
.. _0.19.2: https://github.com/hbldh/bleak/compare/v0.19.1...v0.19.2

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

0 commit comments

Comments
 (0)