Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 25, 2024
1 parent 773423b commit 301992f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/aiolifx_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 301992f

Please sign in to comment.