bump version to 0.6.12

This commit is contained in:
Sam
2022-09-14 09:55:02 +02:00
parent 5e0ebd6e6e
commit 982e1ad2ff
59 changed files with 481 additions and 405 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.6.11"
"version": "0.6.12"
},
"status": "success"
}
@ -98,7 +98,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.6.11"
"version": "0.6.12"
},
"status": "success"
}