diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a512e..ea4568e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.4.11 (2023-11-28) + +### Fix + +* **deps:** Update dependency sphinx-rtd-theme to v2 ([`ab078f6`](https://github.com/Djelibeybi/aiolifx-themes/commit/ab078f6f4ae8222ac4340100581bb46977bf1d71)) + ## v0.4.10 (2023-11-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2509d29..6ddb13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiolifx-themes" -version = "0.4.10" +version = "0.4.11" description = "Async library that applies color themes to LIFX lights" authors = ["Avi Miller "] license = "MIT" diff --git a/src/aiolifx_themes/__init__.py b/src/aiolifx_themes/__init__.py index 805e7c4..58ce5cd 100644 --- a/src/aiolifx_themes/__init__.py +++ b/src/aiolifx_themes/__init__.py @@ -1 +1 @@ -__version__ = "0.4.10" +__version__ = "0.4.11"