Skip to content

Commit

Permalink
Bump version: 0.4.6 → 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nirantak committed Jan 31, 2022
1 parent b10e456 commit 6ca1ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

See all releases on [GitHub](https://github.com/nirantak/hue-api/releases) or [PyPI](https://pypi.org/project/hue-api/#history).

## Unreleased
## [v0.4.7](https://github.com/nirantak/hue-api/releases/tag/v0.4.7) (2022-01-31)

- Update Python to 3.10.2 and package dependencies
- Enable caching pip dependencies in Github Actions
- Add more options in the `Light.set_state()` method

## [v0.4.6](https://github.com/nirantak/hue-api/releases/tag/v0.4.6) (2021-11-06)

Expand Down
2 changes: 1 addition & 1 deletion hue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Async API for controlling Hue Lights"""

__version__ = "0.4.6"
__version__ = "0.4.7"

from hue.api import Bridge, Color, Light

0 comments on commit 6ca1ecd

Please sign in to comment.