From 3d83d5f4b5086dfb782c7b9e30f2c69be8c5a198 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 10 Dec 2020 15:57:13 +0100 Subject: [PATCH] Bumped version to 20201210.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ab9f5f280..a32dbf1a05 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20201204.0", + version="20201210.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",