Version 0.4.1

develop
Ensar Sarajčić 2018-11-03 18:14:11 +01:00
parent 21ce273f98
commit 275c6d4c87
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.0'
APP_VERSION = '0.4.1'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))