Skip to content

Commit d9ccb40

Browse files
authored
Add support for bleak v0.20.0
1 parent 77fbe3b commit d9ccb40

File tree

3 files changed

+65
-81
lines changed

3 files changed

+65
-81
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.6] - 2023-03-18
9+
### Added
10+
- Added support for bleak version `~0.20`.
11+
812
## [0.9.5] - 2023-03-11
913
### Fixed
1014
- Fixed configuration validation to accept 36-character MAC addresses as seen on macOS.

poetry.lock

Lines changed: 59 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target-version = ["py38"]
66
name = "idasen"
77
description = "ikea IDÅSEN desk API and CLI."
88
authors = ["Alex Martens <alex@thinglab.org>"]
9-
version = "0.9.5"
9+
version = "0.9.6"
1010
license = "MIT"
1111
readme = "README.rst"
1212
repository = "https://github.com/newAM/idasen"
@@ -16,7 +16,7 @@ keywords = ["ikea", "idasen", "bluetooth", "linak", "ble"]
1616
[tool.poetry.dependencies]
1717
python = "^3.8"
1818

19-
bleak = ">=0.15,<0.20"
19+
bleak = ">=0.15,<0.21"
2020
pyyaml = ">=5.3.1,<7"
2121
voluptuous = ">=0.12,<0.14"
2222

0 commit comments

Comments
 (0)