Skip to content

Commit 4147ad0

Browse files
committed
Update docs
1 parent b417d5b commit 4147ad0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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+
`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+
1019
`1.0.5`_ (2024-05-19)
1120
=====================
1221

@@ -85,6 +94,7 @@ Fixed
8594
* HueBLE created.
8695

8796

97+
.. _1.0.6: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.6
8898
.. _1.0.5: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.5
8999
.. _1.0.4: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.4
90100
.. _1.0.3: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.3

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx==7.2.5
22
sphinx-rtd-theme==2.0.0
3-
HueBLE==1.0.5
3+
HueBLE==1.0.6

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project = "HueBLE"
1818
copyright = "2024, Harvey Lelliott"
1919
author = "Harvey Lelliott"
20-
release = "1.0.5"
20+
release = "1.0.6"
2121

2222
# -- General configuration ---------------------------------------------------
2323
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "HueBLE"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
dependencies = [
55
"bleak>=0.19.0",
66
"bleak-retry-connector"

0 commit comments

Comments
 (0)