Compare commits

...

2 Commits

Author SHA1 Message Date
Bram Kragten dfd29e6d73 Bumped version to 0.107.0b3 2020-03-13 22:23:34 +01:00
Bram Kragten 6780bded7e Updated frontend to 20200313.0 (#32777) 2020-03-13 22:19:22 +01:00
5 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
"requirements": [
"home-assistant-frontend==20200312.0"
"home-assistant-frontend==20200313.0"
],
"dependencies": [
"api",
+1 -1
View File
@@ -1,7 +1,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 107
PATCH_VERSION = "0b2"
PATCH_VERSION = "0b3"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER = (3, 7, 0)
+1 -1
View File
@@ -12,7 +12,7 @@ cryptography==2.8
defusedxml==0.6.0
distro==1.4.0
hass-nabucasa==0.32.2
home-assistant-frontend==20200312.0
home-assistant-frontend==20200313.0
importlib-metadata==1.5.0
jinja2>=2.10.3
netdisco==2.6.0
+1 -1
View File
@@ -696,7 +696,7 @@ hole==0.5.0
holidays==0.10.1
# homeassistant.components.frontend
home-assistant-frontend==20200312.0
home-assistant-frontend==20200313.0
# homeassistant.components.zwave
homeassistant-pyozw==0.1.8
+1 -1
View File
@@ -263,7 +263,7 @@ hole==0.5.0
holidays==0.10.1
# homeassistant.components.frontend
home-assistant-frontend==20200312.0
home-assistant-frontend==20200313.0
# homeassistant.components.zwave
homeassistant-pyozw==0.1.8