Skip to content

Commit

Permalink
[skip ci] 0.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 23, 2021
1 parent c4e80e7 commit 734dad4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 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))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pr_custom_component/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pr_custom_component/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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 = "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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 734dad4

Please sign in to comment.