Version 0.2.2

develop
esensar 2018-10-15 19:53:30 +02:00
parent 74cfd73b4c
commit 28c4221ab6
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.2.1'
APP_VERSION = '0.2.2'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))