Version 0.4.2

develop
Ensar Sarajčić 2018-11-03 18:25:52 +01:00
parent 78dc506586
commit 2b0273cd93
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.4.1'
APP_VERSION = '0.4.2'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))