From 1c07ec1b466a54e4e9a2c64da97b663da407f081 Mon Sep 17 00:00:00 2001 From: linus Date: Sat, 12 Jul 2025 17:51:17 +0200 Subject: [PATCH] Make 1.12.0 ready.. version chaos --- src/CHANGELOG.md | 2 +- src/config.yaml | 2 +- src/const.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 1c7bc9e..2254b4a 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.2.0 +## v1.12.0 ### 🚀 Features: diff --git a/src/config.yaml b/src/config.yaml index b44858d..8517bad 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.2.0" +version: "1.12.0" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index 0f8a428..23d2a74 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.2.0" +VERSION = "v1.12.0" OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"