Version 0.3.5

develop
Ensar Sarajčić 2018-10-30 21:47:16 +01:00
parent ba92a3bb66
commit 5e47e14ba6
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.4'
APP_VERSION = '0.3.5'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))