From b6f7781a871a3f5eea9cbbb292bcebcc0f097e7d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 19 Dec 2018 13:59:16 +0100 Subject: [PATCH] Bumped version to 20181211.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0323a19da7..b832c942f1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20181211.1", + version="20181211.2", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",