From 734221ae81fcbd763d3946c1ab9102eb2f24c348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 31 Oct 2018 00:04:31 +0100 Subject: [PATCH] Version 0.3.6 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 16725e8..890b690 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.3.5' +APP_VERSION = '0.3.6' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))