From e87d684bd70de7e236d7d740aaec6f236f9c5348 Mon Sep 17 00:00:00 2001 From: esensar Date: Tue, 23 Oct 2018 00:32:23 +0200 Subject: [PATCH] Version 0.3.0 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ca0770c..dd6bec1 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.2.5' +APP_VERSION = '0.3.0' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))