File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
custom_components/pr_custom_component Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 1414DOMAIN = "pr_custom_component"
1515HACS_DOMAIN = "hacs"
1616DOMAIN_DATA = f"{ DOMAIN } _data"
17- VERSION = "0.1.1 "
17+ VERSION = "0.1.2 "
1818ISSUE_URL = "https://github.com/alandtse/pr_custom_component/issues"
1919
2020# GitHub constants
Original file line number Diff line number Diff line change 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" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pr_custom_component"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " A home assistant integration to install a HA pull request as a custom component."
55authors = [" Alan D. Tse <alandtse@gmail.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments