From 078095db3fd6920ca1b98836ec20e4e9762e1ca6 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 27 Nov 2024 15:17:35 +0100 Subject: [PATCH] Bumped version to 20241127.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeaa6db063..5a79bd0d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" -version = "20241106.0" +version = "20241127.0" license = {text = "Apache-2.0"} description = "The Home Assistant frontend" readme = "README.md"