bump to version 0.7.12

This commit is contained in:
Sam
2023-02-16 11:18:50 +01:00
parent fcee735d8a
commit 39378cbc0f
59 changed files with 2120 additions and 2075 deletions

View File

@ -48,7 +48,7 @@ def get_application_config() -> Union[Dict, HttpResponse]:
"max_users": 0,
"max_zip_file_size": 10485760,
"map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors",
"version": "0.7.11",
"version": "0.7.12",
"weather_provider": null
},
"status": "success"
@ -101,7 +101,7 @@ def update_application_config(auth_user: User) -> Union[Dict, HttpResponse]:
"max_users": 10,
"max_zip_file_size": 10485760,
"map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors",
"version": "0.7.11",
"version": "0.7.12",
"weather_provider": null
},
"status": "success"