Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flip-dots committed Jun 30, 2024
1 parent b417d5b commit 4147ad0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`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)
=====================

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==7.2.5
sphinx-rtd-theme==2.0.0
HueBLE==1.0.5
HueBLE==1.0.6
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "HueBLE"
version = "1.0.5"
version = "1.0.6"
dependencies = [
"bleak>=0.19.0",
"bleak-retry-connector"
Expand Down

0 comments on commit 4147ad0

Please sign in to comment.