From 51bf58708cc78414e0f29c052df6cf84ead6e4d9 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 9 Apr 2018 18:43:52 -0400 Subject: [PATCH] snapshot: Don't increment version For software installation snapshot option, it is not necessary to run snapshot module setup again. Signed-off-by: James Valleroy --- plinth/modules/snapshot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/snapshot/__init__.py b/plinth/modules/snapshot/__init__.py index f9f8110d0..b05b58521 100644 --- a/plinth/modules/snapshot/__init__.py +++ b/plinth/modules/snapshot/__init__.py @@ -26,7 +26,7 @@ from django.utils.translation import ugettext_lazy as _ from plinth import actions from plinth.menu import main_menu -version = 4 +version = 3 managed_packages = ['snapper']