Skip to content

Commit

Permalink
Merge pull request #26751 from home-assistant/rc
Browse files Browse the repository at this point in the history
0.99.2
  • Loading branch information
balloob committed Sep 19, 2019
2 parents 1892ae5 + 616b365 commit b3420cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/frontend/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/components/frontend",
"requirements": [
"home-assistant-frontend==20190918.1"
"home-assistant-frontend==20190919.0"
],
"dependencies": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 99
PATCH_VERSION = "1"
PATCH_VERSION = "2"
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 6, 0)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contextvars==2.4;python_version<"3.7"
cryptography==2.7
distro==1.4.0
hass-nabucasa==0.17
home-assistant-frontend==20190918.1
home-assistant-frontend==20190919.0
importlib-metadata==0.19
jinja2>=2.10.1
netdisco==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ hole==0.5.0
holidays==0.9.11

# homeassistant.components.frontend
home-assistant-frontend==20190918.1
home-assistant-frontend==20190919.0

# homeassistant.components.zwave
homeassistant-pyozw==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ hole==0.5.0
holidays==0.9.11

# homeassistant.components.frontend
home-assistant-frontend==20190918.1
home-assistant-frontend==20190919.0

# homeassistant.components.homekit_controller
homekit[IP]==0.15.0
Expand Down

0 comments on commit b3420cb

Please sign in to comment.