bump to version 0.7.16

This commit is contained in:
Sam
2023-05-29 14:35:09 +02:00
parent 2d1b06b150
commit cbe8dee1e2
64 changed files with 701 additions and 538 deletions

View File

@ -364,6 +364,7 @@ def get_authenticated_user_profile(
"total_ascent": 720.35,
"total_distance": 67.895,
"total_duration": "6:50:27",
"use_raw_gpx_speed": false,
"username": "sam",
"weekm": false
},
@ -480,6 +481,7 @@ def edit_user(auth_user: User) -> Union[Dict, HttpResponse]:
"total_ascent": 720.35,
"total_distance": 67.895,
"total_duration": "6:50:27",
"use_raw_gpx_speed": false,
"username": "sam"
"weekm": true,
},
@ -652,6 +654,7 @@ def update_user_account(auth_user: User) -> Union[Dict, HttpResponse]:
"total_ascent": 720.35,
"total_distance": 67.895,
"total_duration": "6:50:27",
"use_raw_gpx_speed": false,
"username": "sam"
"weekm": true,
},