bump version to 0.7.4

This commit is contained in:
Sam
2022-11-05 10:10:25 +01:00
parent e921d12b0c
commit 1e2d368f9e
67 changed files with 525 additions and 439 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.3"
"version": "0.7.4"
},
"status": "success"
}
@ -100,7 +100,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.3"
"version": "0.7.4"
},
"status": "success"
}