From 849d27bf925821cde6e99090cca55e2210f09082 Mon Sep 17 00:00:00 2001 From: Jonas Cosandey Date: Tue, 28 Jan 2025 14:01:04 +0100 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e704b34..86fa2b2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v10.7.0 (09 January 2025) + +### Feature + +* **float:** Add step configuration ([`a8c265a`](https://github.com/projectcaluma/caluma/commit/a8c265a87666e87621eda8441eac81371c652199)) + + # v10.6.0 (09 January 2025) ### Feature diff --git a/pyproject.toml b/pyproject.toml index bd4c0cfe3..e7a2d5b20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma" -version = "10.6.0" +version = "10.7.0" description = "Caluma Service providing GraphQL API" homepage = "https://caluma.io" repository = "https://github.com/projectcaluma/caluma"