From 301992fc5b24540e037e71a344c43428207010b0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Jul 2024 00:59:13 +0000 Subject: [PATCH] 0.5.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/aiolifx_themes/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38369a0..02949ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.5.1 (2024-07-25) + +### Fix + +* fix(deps): update dependency aiolifx to v1.0.6 ([`773423b`](https://github.com/Djelibeybi/aiolifx-themes/commit/773423b8ee0618df505111af58338af3bc4025b6)) + ## v0.5.0 (2024-07-24) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 0cd98e7..03e22f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiolifx-themes" -version = "0.5.0" +version = "0.5.1" 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 3d18726..dd9b22c 100644 --- a/src/aiolifx_themes/__init__.py +++ b/src/aiolifx_themes/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"