Version 0.3.6

This commit is contained in:
Ensar Sarajčić 2018-10-31 00:04:31 +01:00
parent 83c910956b
commit 734221ae81

View file

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