Bump version

This commit is contained in:
linus
2024-09-16 17:19:33 +02:00
parent f9f5e218f5
commit 391ae952d9
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## v1.9.7
### 🐛 Bug Fixes:
- Fix EX30 battery state #230
## v1.9.6
### 🐛 Bug Fixes:
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.9.6"
VERSION = "v1.9.7"
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"