Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 5, 2022
1 parent 72385cc commit 1bfecbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.1 (2022-11-05)
### Fix
* **deps:** Update dependency typer to ^0.7.0 ([`72385cc`](https://github.com/Djelibeybi/aiolifx-themes/commit/72385ccc1be8954f826a06f6ac4298db610d2493))

## v0.2.0 (2022-10-27)
### Feature
* Add new themes from the LIFX v4.11.5 app ([`7438898`](https://github.com/Djelibeybi/aiolifx-themes/commit/74388987c0d2d2a857d0916a3bcc6d7134a837d4))
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.2.0"
version = "0.2.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.2.0"
__version__ = "0.2.1"

0 comments on commit 1bfecbb

Please sign in to comment.