Version 0.3.3

develop
Ensar Sarajčić 2018-10-29 23:25:47 +01:00
parent a9ec5dd741
commit e7e75fc658
1 changed files with 1 additions and 1 deletions

View File

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