From a7f5de7a38dfc5ebd35e74c70cd09a73629fe4f5 Mon Sep 17 00:00:00 2001 From: esensar Date: Mon, 22 Oct 2018 19:48:11 +0200 Subject: [PATCH] Bump to 0.2.4 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f084368..348fd6d 100644 --- a/config.py +++ b/config.py @@ -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__))