Version 0.3.1

This commit is contained in:
esensar 2018-10-23 21:12:27 +02:00
parent 7b9cb6553b
commit cf34117575

View file

@ -2,7 +2,7 @@ import os
# App configuration
DEBUG = os.environ['DEBUG']
APP_VERSION = '0.3.0'
APP_VERSION = '0.3.1'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))