Skip to content

Commit 734dad4

Browse files
committed
[skip ci] 0.1.2
Automatically generated by python-semantic-release
1 parent c4e80e7 commit 734dad4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.2 (2021-03-23)
6+
### Fix
7+
* Remove redundant ha core requirements ([`8b4896a`](https://github.com/alandtse/pr_custom_component/commit/8b4896a475e74549c368cc64ab313b372d49c402))
8+
59
## v0.1.1 (2021-03-21)
610
### Fix
711
* Add version key to manifest.json ([`9966060`](https://github.com/alandtse/pr_custom_component/commit/9966060a08d124a69c079947c317f4dd3841d0da))

custom_components/pr_custom_component/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DOMAIN = "pr_custom_component"
1515
HACS_DOMAIN = "hacs"
1616
DOMAIN_DATA = f"{DOMAIN}_data"
17-
VERSION = "0.1.1"
17+
VERSION = "0.1.2"
1818
ISSUE_URL = "https://github.com/alandtse/pr_custom_component/issues"
1919

2020
# GitHub constants

custom_components/pr_custom_component/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/alandtse/pr_custom_component",
55
"issue_tracker": "https://github.com/alandtse/pr_custom_component/issues",
66
"dependencies": [],
7-
"version": "0.1.1",
7+
"version": "0.1.2",
88
"config_flow": true,
99
"codeowners": ["@alandtse"],
1010
"requirements": ["aiofiles~=0.6.0"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pr_custom_component"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A home assistant integration to install a HA pull request as a custom component."
55
authors = ["Alan D. Tse <alandtse@gmail.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)