Skip to content

Commit

Permalink
3.10.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 3, 2021
1 parent d1ece99 commit 043ab20
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v3.10.8 (2021-08-03)
### Fix
* Fix color mapping during color conversion ([#1345](https://github.com/custom-components/alexa_media_player/issues/1345)) ([`c296aef`](https://github.com/custom-components/alexa_media_player/commit/c296aefed824f0ba8acde166a4a43bf29c6f9cd8))
* Parse timezone from timestamp ([`c7dc5f2`](https://github.com/custom-components/alexa_media_player/commit/c7dc5f27082e253903fd596d86947dcfd7c80cc5))

### Documentation
* Update localization ([`d1ece99`](https://github.com/custom-components/alexa_media_player/commit/d1ece992d5fdf8e5c7934d0db7c5f21a05707ea8))

## v3.10.7 (2021-07-15)
### Fix
* Fix comparison between offset-naive and offset-aware datetimes (#1338) ([#1339](https://github.com/custom-components/alexa_media_player/issues/1339)) ([`bcc996a`](https://github.com/custom-components/alexa_media_player/commit/bcc996a6088a0c2826d828cdb114f36abcf69ee9))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from datetime import timedelta

__version__ = "3.10.7"
__version__ = "3.10.8"
PROJECT_URL = "https://github.com/custom-components/alexa_media_player/"
ISSUE_URL = f"{PROJECT_URL}issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "alexa_media",
"name": "Alexa Media Player",
"version": "3.10.7",
"version": "3.10.8",
"config_flow": true,
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
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 = "alexa_media_player"
version = "3.10.7"
version = "3.10.8"
description = "This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API."
authors = ["Keaton Taylor <[email protected]>","Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 043ab20

Please sign in to comment.