snapshots: Increment version to 2

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Joseph Nuthalapati 2018-02-12 18:04:41 +05:30
parent 3e5057e8cd
commit d74f42749d
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
2 changed files with 1 additions and 2 deletions

View File

@ -75,7 +75,6 @@ def subcommand_setup(_):
def _set_default_config():
# Software snapshots' default minimum age: 30 days
command = [
'snapper', 'set-config', 'TIMELINE_CREATE=yes',
'TIMELINE_LIMIT_HOURLY=10', 'TIMELINE_LIMIT_MONTHLY=2',

View File

@ -25,7 +25,7 @@ from django.utils.translation import ugettext_lazy as _
from plinth import actions
from plinth.menu import main_menu
version = 1
version = 2
managed_packages = ['snapper']