From f070165f23a8e30c51b109453a5e3ffc1665f69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Mon, 28 Nov 2016 22:02:29 +0100 Subject: [PATCH] Preserve config for version 1.9.1 (the current one) --- src/gmv/gmvault_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmv/gmvault_utils.py b/src/gmv/gmvault_utils.py index 9503f98a..88940bf5 100755 --- a/src/gmv/gmvault_utils.py +++ b/src/gmv/gmvault_utils.py @@ -640,7 +640,7 @@ def get_conf_defaults(): VERSION_RE = re.compile(VERSION_PATTERN) #list of version conf to not overwrite with the next -VERSIONS_TO_PRESERVE = [ '1.9' ] +VERSIONS_TO_PRESERVE = [ '1.9', '1.9.1' ] def _get_version_from_conf(home_conf_file): """