From 0f606fb935ca318baefe90f6c3e21342c80c1fa4 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 6 Sep 2026 01:30:32 -0700 Subject: [PATCH] chore: prepare version 1.32.0b1 --- custom_components/adaptive_lighting/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index 427b730a..c4369c59 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -8,5 +8,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues", "requirements": ["ulid-transform"], - "version": "1.31.0" + "version": "1.32.0b1" } diff --git a/pyproject.toml b/pyproject.toml index bdaf9acf..9d6c28d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "adaptive-lighting" -version = "1.30.1" +version = "1.32.0b1" description = "Automatically adjust brightness and color of lights based on the sun position" readme = "README.md" license = "Apache-2.0"