Skip to content

Commit

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

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

## v3.10.15 (2021-12-03)
### Fix
* Loosen allowed versions of dependencies ([`f083f80`](https://github.com/custom-components/alexa_media_player/commit/f083f80677e644fb937ae58e739c56f8ab23d900))
* Allow beta versions of 2021.12 ([`29e2032`](https://github.com/custom-components/alexa_media_player/commit/29e2032535296add0f77beef7bba3f5649da4645))

## v3.10.14 (2021-11-23)
### Fix
* Require 2021.12.0 ([`994a2fb`](https://github.com/custom-components/alexa_media_player/commit/994a2fbfab9203d2486007fdf177f68bf6d42971))
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.14"
__version__ = "3.10.15"
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.14",
"version": "3.10.15",
"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.14"
version = "3.10.15"
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 45406d2

Please sign in to comment.