Skip to content

Commit

Permalink
Update docs & changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
flip-dots committed May 19, 2024
1 parent d0d78af commit 05d8c58
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.5`_ (2024-05-19)
=====================

Changed
-------

* Registered callbacks are now run when the `connect()` method achieves a connection.

`1.0.4`_ (2024-05-18)
=====================

Expand Down Expand Up @@ -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
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.4
HueBLE==1.0.5
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.2"
release = "1.0.5"

# -- 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.4"
version = "1.0.5"
dependencies = [
"bleak>=0.19.0",
"bleak-retry-connector"
Expand Down

0 comments on commit 05d8c58

Please sign in to comment.