Version 0.4.0

develop
Ensar Sarajčić 2018-11-01 01:46:17 +01:00
parent 871991aeef
commit fc9379d4a4
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.6'
APP_VERSION = '0.4.0'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))