From e3e9cde53b2bd5818b64386413d8d7e20d9e238a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Tue, 30 Oct 2018 20:19:04 +0100 Subject: [PATCH] Version 0.3.4 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f286029..0bff46a 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.3.3' +APP_VERSION = '0.3.4' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))