Skip to content

Commit

Permalink
Merge pull request #5 from astrandb/BumpVersion
Browse files Browse the repository at this point in the history
Bump version and update manifest
  • Loading branch information
astrandb committed Oct 30, 2021
2 parents 04ad515 + 161b2d8 commit f5604bc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.1.4"
__VERSION__ = "0.1.5"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/teracom/const.py custom_components/teracom/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion custom_components/teracom/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DOMAIN = "teracom"
SIGNAL_UPDATE_TERACOM = "signal_update_teracom"
SUPPORTED_MODELS = {"TCW122B-CM", "TCW181B-CM"}
VERSION = "0.1.4"
VERSION = "0.1.5"
2 changes: 1 addition & 1 deletion custom_components/teracom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"documentation": "https://github.com/astrandb/teracom/README.md",
"issue_tracker": "https://github.com/astrandb/teracom_hass/issues",
"requirements": [],
"version": "0.1.4",
"version": "0.1.5",
"ssdp": [],
"zeroconf": [],
"homekit": {},
Expand Down
14 changes: 10 additions & 4 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "Teracom Remote Monitoring",
"domains": ["binary_sensor", "sensor", "switch"],
"homeassistant": "0.118.0",
"iot_class": ["Local Poll"]
}
"domains": [
"binary_sensor",
"sensor",
"switch"
],
"homeassistant": "2021.11.0",
"iot_class": [
"Local Poll"
]
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
Expand Down

0 comments on commit f5604bc

Please sign in to comment.