bump version to 0.5.3

This commit is contained in:
Sam
2022-01-01 19:44:45 +01:00
parent 86b7ccda6d
commit cd21403c39
46 changed files with 1546 additions and 1554 deletions

View File

@ -11,7 +11,7 @@ from flask_sqlalchemy import SQLAlchemy
from fittrackee.emails.email import Email
VERSION = __version__ = '0.5.2'
VERSION = __version__ = '0.5.3'
db = SQLAlchemy()
bcrypt = Bcrypt()
migrate = Migrate()

View File

@ -45,7 +45,7 @@ def get_application_config() -> Union[Dict, HttpResponse]:
"max_zip_file_size": 10485760,
"max_users": 0,
"map_attribution": "&copy; <a href=http://www.openstreetmap.org/copyright>OpenStreetMap</a> contributors"
"version": "0.5.2"
"version": "0.5.3"
},
"status": "success"
}