From 177ea2b85a923528dbeaf073f1208f4279ba3426 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 29 Dec 2020 23:09:00 +0100 Subject: [PATCH] Bumped version to 20201229.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cbabb5ad7..e9a0029f8a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20201212.0", + version="20201229.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",