From 43f5bbaadf839df8fa587daac34b1fb36f02c15b Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:05:31 +0200 Subject: [PATCH] Bump version --- src/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py b/src/const.py index cdfc4af..2cff71d 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.1.2" +VERSION = "v1.2.0" OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"