Increment app version

This commit is contained in:
2023-06-01 23:03:35 +00:00
parent b2348f2129
commit 91fe6a590d
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ DEFAULT_FROM_EMAIL = 'Protospace Portal <portal@mg.protospace.ca>'
if DEBUG: logger.info('Debug mode ON')
logger.info('Test logging for each thread')
APP_VERSION = 5 # TODO: automate this
APP_VERSION = 6 # TODO: automate this
SHELL_PLUS = 'ipython'