Bump version to 0.2.5

develop
esensar 2018-10-22 21:35:32 +02:00
parent 481ce5f63a
commit a6e85614d2
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.4'
APP_VERSION = '0.2.5'
# Define the application directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))