From ef40a0ceea3219f95c2c9b073a54f00b7db8e4a8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 2 Nov 2018 20:08:01 +0100 Subject: [PATCH] Update frontend to 20181026.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e60b408d5..f36eafa2f6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20181026.3", + version="20181026.4", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",