From 0bb4fd56dfb61f0ccee905139422947a0f9ea7a9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jan 2025 22:19:53 +0000 Subject: [PATCH] Bump version to 0.1.12 --- addons/gazpar2haws/build.yaml | 2 +- addons/gazpar2haws/config.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/gazpar2haws/build.yaml b/addons/gazpar2haws/build.yaml index f59520e..2a08790 100644 --- a/addons/gazpar2haws/build.yaml +++ b/addons/gazpar2haws/build.yaml @@ -11,4 +11,4 @@ labels: org.opencontainers.image.source: "https://github.com/ssenart/gazpar2haws" org.opencontainers.image.licenses: "MIT" args: - GAZPAR2HAWS_VERSION: "0.1.11" \ No newline at end of file + GAZPAR2HAWS_VERSION: "0.1.12" \ No newline at end of file diff --git a/addons/gazpar2haws/config.yaml b/addons/gazpar2haws/config.yaml index 5c16c65..43d34c0 100644 --- a/addons/gazpar2haws/config.yaml +++ b/addons/gazpar2haws/config.yaml @@ -1,6 +1,6 @@ name: "Gazpar2HAWS" description: "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface." -version: "0.1.11" +version: "0.1.12" slug: "gazpar2haws" init: false arch: diff --git a/pyproject.toml b/pyproject.toml index e61db52..beb45ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gazpar2haws" -version = "0.1.11" +version = "0.1.12" description = "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface" license = { file = "LICENSE" } readme = "README.md"