From 2705ed1e816567406385a2638915476044b0ef15 Mon Sep 17 00:00:00 2001 From: esensar Date: Wed, 24 Oct 2018 22:21:56 +0200 Subject: [PATCH] Version 0.3.2 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 750e3c1..0f2a672 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.3.1' +APP_VERSION = '0.3.2' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))