From 4147ad09dcc97d94a62df2ca78d857e4eb832e51 Mon Sep 17 00:00:00 2001
From: Harvey Lelliott <42912136+flip-dots@users.noreply.github.com>
Date: Sun, 30 Jun 2024 14:58:43 +0100
Subject: [PATCH] Update docs
---
CHANGELOG.rst | 10 ++++++++++
docs/requirements.txt | 2 +-
docs/source/conf.py | 2 +-
pyproject.toml | 2 +-
4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d8480ad..17da3c1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog `_,
and this project adheres to `Semantic Versioning `_.
+`1.0.6`_ (2024-06-30)
+=====================
+
+Fixed
+-----
+
+* Fixed incorrect type hint for colour_temp property
+* Fixed exception on light.authenticated if Linux system does not return the expected data
+
`1.0.5`_ (2024-05-19)
=====================
@@ -85,6 +94,7 @@ Fixed
* HueBLE created.
+.. _1.0.6: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.6
.. _1.0.5: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.5
.. _1.0.4: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.4
.. _1.0.3: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.3
diff --git a/docs/requirements.txt b/docs/requirements.txt
index b305805..9e09c1d 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,3 +1,3 @@
sphinx==7.2.5
sphinx-rtd-theme==2.0.0
-HueBLE==1.0.5
\ No newline at end of file
+HueBLE==1.0.6
\ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 62fcc8b..1bf9f6d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -17,7 +17,7 @@
project = "HueBLE"
copyright = "2024, Harvey Lelliott"
author = "Harvey Lelliott"
-release = "1.0.5"
+release = "1.0.6"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/pyproject.toml b/pyproject.toml
index 19036cb..2db04f9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "HueBLE"
-version = "1.0.5"
+version = "1.0.6"
dependencies = [
"bleak>=0.19.0",
"bleak-retry-connector"