bump to version 0.7.21

This commit is contained in:
Sam
2023-07-30 17:05:25 +02:00
parent 4565d98718
commit 60d9dc35c0
103 changed files with 3561 additions and 3401 deletions

View File

@ -52,7 +52,7 @@ def get_application_config() -> Union[Dict, HttpResponse]:
"map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors",
"privacy_policy": null,
"privacy_policy_date": null,
"version": "0.7.20",
"version": "0.7.21",
"weather_provider": null
},
"status": "success"
@ -108,7 +108,7 @@ def update_application_config(auth_user: User) -> Union[Dict, HttpResponse]:
"map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors",
"privacy_policy": null,
"privacy_policy_date": null,
"version": "0.7.20",
"version": "0.7.21",
"weather_provider": null
},
"status": "success"