bump to version 0.7.17
This commit is contained in:
@ -52,7 +52,7 @@ def get_application_config() -> Union[Dict, HttpResponse]:
|
||||
"map_attribution": "© <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors",
|
||||
"privacy_policy": null,
|
||||
"privacy_policy_date": null,
|
||||
"version": "0.7.16",
|
||||
"version": "0.7.17",
|
||||
"weather_provider": null
|
||||
},
|
||||
"status": "success"
|
||||
@ -108,7 +108,7 @@ def update_application_config(auth_user: User) -> Union[Dict, HttpResponse]:
|
||||
"map_attribution": "© <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors",
|
||||
"privacy_policy": null,
|
||||
"privacy_policy_date": null,
|
||||
"version": "0.7.16",
|
||||
"version": "0.7.17",
|
||||
"weather_provider": null
|
||||
},
|
||||
"status": "success"
|
||||
|
Reference in New Issue
Block a user