From 05d8c5836dd028bcb9e1d12a31292143589b4757 Mon Sep 17 00:00:00 2001 From: Harvey Lelliott <42912136+flip-dots@users.noreply.github.com> Date: Sun, 19 May 2024 13:59:37 +0100 Subject: [PATCH] Update docs & changelog. --- CHANGELOG.rst | 9 +++++++++ docs/requirements.txt | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7a2352b..d8480ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,14 @@ 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.5`_ (2024-05-19) +===================== + +Changed +------- + +* Registered callbacks are now run when the `connect()` method achieves a connection. + `1.0.4`_ (2024-05-18) ===================== @@ -77,6 +85,7 @@ Fixed * HueBLE created. +.. _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 .. _1.0.2: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.2 diff --git a/docs/requirements.txt b/docs/requirements.txt index d64dc1f..b305805 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.4 \ No newline at end of file +HueBLE==1.0.5 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index eee2380..62fcc8b 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.2" +release = "1.0.5" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 692cca3..19036cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HueBLE" -version = "1.0.4" +version = "1.0.5" dependencies = [ "bleak>=0.19.0", "bleak-retry-connector"