bump to version 0.7.26
This commit is contained in:
@ -25,7 +25,7 @@ from werkzeug.middleware.proxy_fix import ProxyFix
|
||||
from fittrackee.emails.email import EmailService
|
||||
from fittrackee.request import CustomRequest
|
||||
|
||||
VERSION = __version__ = '0.7.25'
|
||||
VERSION = __version__ = '0.7.26'
|
||||
REDIS_URL = os.getenv('REDIS_URL', 'redis://')
|
||||
API_RATE_LIMITS = os.environ.get('API_RATE_LIMITS', '300 per 5 minutes').split(
|
||||
','
|
||||
|
@ -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.25",
|
||||
"version": "0.7.26",
|
||||
"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.25",
|
||||
"version": "0.7.26",
|
||||
"weather_provider": null
|
||||
},
|
||||
"status": "success"
|
||||
|
2
fittrackee/dist/index.html
vendored
2
fittrackee/dist/index.html
vendored
@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="/static/css/fork-awesome.min.css"/>
|
||||
<link rel="stylesheet" href="/static/css/leaflet.css"/>
|
||||
<title>FitTrackee</title>
|
||||
<script type="module" crossorigin src="/static/index-90e7a7d0.js"></script>
|
||||
<script type="module" crossorigin src="/static/index-4b472764.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/static/charts-ed4ceed1.js">
|
||||
<link rel="modulepreload" crossorigin href="/static/maps-c37c70d1.js">
|
||||
<link rel="stylesheet" href="/static/css/maps-69420918.css">
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user