From f6907a96d40bd976acf07ccc25d5ce336be5946d Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sat, 17 Sep 2016 14:23:40 +0200 Subject: [PATCH] Bump 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 df41c6a..c21d276 100644 --- a/Mailnag/common/dist_cfg.py +++ b/Mailnag/common/dist_cfg.py @@ -27,7 +27,7 @@ # Application version displayed in the # about dialog of the config window. -APP_VERSION = '1.2.1' +APP_VERSION = '1.3.0' # The PACKAGE_NAME constant is used to configure # 1) the path where all app data (glade files, images) is loaded from