bump version to 0.6.1

This commit is contained in:
Sam
2022-03-27 20:31:50 +02:00
parent 260f77aef0
commit 2152aaa359
43 changed files with 330 additions and 288 deletions

View File

@ -20,7 +20,7 @@ from sqlalchemy.exc import ProgrammingError
from fittrackee.emails.email import EmailService
VERSION = __version__ = '0.6.0'
VERSION = __version__ = '0.6.1'
db = SQLAlchemy()
bcrypt = Bcrypt()
migrate = Migrate()

View File

@ -46,7 +46,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.6.0"
"version": "0.6.1"
},
"status": "success"
}