Skip to content

Commit

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

Changed
-------

* Formatting changes

Fixed
-----

* Resolved issue with automatic re-connect causing an exception due to missing brackets :P

`1.0.2`_ (2024-05-12)
=====================

Expand Down Expand Up @@ -50,6 +63,7 @@ Fixed
* HueBLE created.


.. _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
.. _1.0.1: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.1
.. _1.0.0: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.0
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.2
HueBLE==1.0.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "HueBLE"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"bleak>=0.19.0",
"bleak-retry-connector"
]
requires-python = ">=3.10"
requires-python = ">= 3.10"
authors = [
{ name="Harvey Lelliott", email="[email protected]" },
]
Expand Down

0 comments on commit 6443e2a

Please sign in to comment.