From 28c4221ab627e96961ada7ae844a29b40004497c Mon Sep 17 00:00:00 2001 From: esensar Date: Mon, 15 Oct 2018 19:53:30 +0200 Subject: [PATCH] Version 0.2.2 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index c735853..f084368 100644 --- a/config.py +++ b/config.py @@ -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__))