Bump to 0.2.4

This commit is contained in:
esensar 2018-10-22 19:48:11 +02:00
parent 2c369d6208
commit a7f5de7a38

View file

@ -2,7 +2,7 @@ import os
# App configuration
DEBUG = os.environ['DEBUG']
APP_VERSION = '0.2.2'
APP_VERSION = '0.2.4'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))