From 151e188751139579500fef6651eaa7ebda10eae5 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Fri, 19 Dec 2014 21:39:41 +0100 Subject: [PATCH] bump up version --- Mailnag/common/dist_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailnag/common/dist_cfg.py b/Mailnag/common/dist_cfg.py index 375fbf2..a0e8940 100644 --- a/Mailnag/common/dist_cfg.py +++ b/Mailnag/common/dist_cfg.py @@ -29,7 +29,7 @@ # Application version displayed in the # about dialog of the config window. -APP_VERSION = '1.0.0' +APP_VERSION = '1.1.0' # The PACKAGE_NAME variable is used to configure # 1) the path where all app data (glade files, images) is loaded from