Bump version

This commit is contained in:
Linus Dietz
2024-01-23 08:44:57 +01:00
parent ce856d91c4
commit e444b6a838
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## v1.8.25
### 🚀 Features:
- Fix INTERNAL_SERVER_ERROR #165
## v1.8.24
### 🚀 Features:
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.8.24"
VERSION = "v1.8.25"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v2/vehicles"