Make Version setuptools compatible and still have the "Beta" in the User interface

This commit is contained in:
Ozzie Isaacs
2023-12-09 09:36:28 +01:00
parent 2334e8f9c9
commit d341faf204
4 changed files with 6 additions and 6 deletions

View File

@@ -214,7 +214,7 @@ def admin():
form_date += timedelta(hours=int(commit[20:22]), minutes=int(commit[23:]))
commit = format_datetime(form_date - tz, format='short')
else:
commit = version['version']
commit = version['version'].replace("b", " Beta")
all_user = ub.session.query(ub.User).all()
# email_settings = mail_config.get_mail_settings()