File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
8
8
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
9
9
10
+ `1.0.6 `_ (2024-06-30)
11
+ =====================
12
+
13
+ Fixed
14
+ -----
15
+
16
+ * Fixed incorrect type hint for colour_temp property
17
+ * Fixed exception on light.authenticated if Linux system does not return the expected data
18
+
10
19
`1.0.5 `_ (2024-05-19)
11
20
=====================
12
21
85
94
* HueBLE created.
86
95
87
96
97
+ .. _1.0.6 : https://github.com/flip-dots/HueBLE/releases/tag/v1.0.6
88
98
.. _1.0.5 : https://github.com/flip-dots/HueBLE/releases/tag/v1.0.5
89
99
.. _1.0.4 : https://github.com/flip-dots/HueBLE/releases/tag/v1.0.4
90
100
.. _1.0.3 : https://github.com/flip-dots/HueBLE/releases/tag/v1.0.3
Original file line number Diff line number Diff line change 1
1
sphinx == 7.2.5
2
2
sphinx-rtd-theme == 2.0.0
3
- HueBLE == 1.0.5
3
+ HueBLE == 1.0.6
Original file line number Diff line number Diff line change 17
17
project = "HueBLE"
18
18
copyright = "2024, Harvey Lelliott"
19
19
author = "Harvey Lelliott"
20
- release = "1.0.5 "
20
+ release = "1.0.6 "
21
21
22
22
# -- General configuration ---------------------------------------------------
23
23
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " HueBLE"
3
- version = " 1.0.5 "
3
+ version = " 1.0.6 "
4
4
dependencies = [
5
5
" bleak>=0.19.0" ,
6
6
" bleak-retry-connector"
You can’t perform that action at this time.
0 commit comments