From 734dad4a71ce5118b75b2547f7255c7fc8b68a68 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Mar 2021 03:58:06 +0000 Subject: [PATCH] [skip ci] 0.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ custom_components/pr_custom_component/const.py | 2 +- custom_components/pr_custom_component/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf8bc2..04df1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.2 (2021-03-23) +### Fix +* Remove redundant ha core requirements ([`8b4896a`](https://github.com/alandtse/pr_custom_component/commit/8b4896a475e74549c368cc64ab313b372d49c402)) + ## v0.1.1 (2021-03-21) ### Fix * Add version key to manifest.json ([`9966060`](https://github.com/alandtse/pr_custom_component/commit/9966060a08d124a69c079947c317f4dd3841d0da)) diff --git a/custom_components/pr_custom_component/const.py b/custom_components/pr_custom_component/const.py index cf5889d..26ad573 100644 --- a/custom_components/pr_custom_component/const.py +++ b/custom_components/pr_custom_component/const.py @@ -14,7 +14,7 @@ DOMAIN = "pr_custom_component" HACS_DOMAIN = "hacs" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.1.1" +VERSION = "0.1.2" ISSUE_URL = "https://github.com/alandtse/pr_custom_component/issues" # GitHub constants diff --git a/custom_components/pr_custom_component/manifest.json b/custom_components/pr_custom_component/manifest.json index 5dc1c4b..b05935a 100644 --- a/custom_components/pr_custom_component/manifest.json +++ b/custom_components/pr_custom_component/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/alandtse/pr_custom_component", "issue_tracker": "https://github.com/alandtse/pr_custom_component/issues", "dependencies": [], - "version": "0.1.1", + "version": "0.1.2", "config_flow": true, "codeowners": ["@alandtse"], "requirements": ["aiofiles~=0.6.0"] diff --git a/pyproject.toml b/pyproject.toml index 2826783..f7e4c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pr_custom_component" -version = "0.1.1" +version = "0.1.2" description = "A home assistant integration to install a HA pull request as a custom component." authors = ["Alan D. Tse "] license = "Apache-2.0"