Skip to content

Commit d4bbe90

Browse files
authored
version: 0.10.0 -> 0.10.1
1 parent 2a5eb28 commit d4bbe90

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.10.1] - 2023-09-03
9+
### Added
10+
- Added support for bleak version `~0.21`.
11+
812
# [0.10.0] - 2023-08-24
913
### Added
1014
- Added support for initializing `IdasenDesk` with a `BLEDevice` instead of a MAC address.
@@ -130,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130134
## [0.1.0] - 2020-09-07
131135
- Initial release
132136

133-
[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.0...HEAD
137+
[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.1...HEAD
138+
[0.10.1]: https://github.com/newAM/idasen/compare/v0.10.0...v0.10.1
134139
[0.10.0]: https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0
135140
[0.9.6]: https://github.com/newAM/idasen/compare/v0.9.5...v0.9.6
136141
[0.9.5]: https://github.com/newAM/idasen/compare/v0.9.4...v0.9.5

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.10.0"
9+
version = "0.10.1"
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.21"
19+
bleak = ">=0.15,<0.22"
2020
pyyaml = ">=5.3.1,<7"
2121
voluptuous = ">=0.12,<0.14"
2222

0 commit comments

Comments
 (0)