From 7dcc0b3fb67a64f4bdaac158e2455a7ae75461f9 Mon Sep 17 00:00:00 2001 From: tafaRU Date: Mon, 11 Sep 2023 14:21:02 +0200 Subject: [PATCH] [MIG] auto_backup: Migration to 16.0 --- auto_backup/__manifest__.py | 4 ++-- auto_backup/readme/CONTRIBUTORS.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/auto_backup/__manifest__.py b/auto_backup/__manifest__.py index 1ca292e8d80..8c731aa7f81 100644 --- a/auto_backup/__manifest__.py +++ b/auto_backup/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Database Auto-Backup", "summary": "Backups database", - "version": "15.0.1.0.1", + "version": "16.0.1.0.0", "author": "Yenthe Van Ginneken, " "Agile Business Group, " "Grupo ESOC Ingenieria de Servicios, " @@ -24,5 +24,5 @@ "view/db_backup_view.xml", ], "installable": True, - "external_dependencies": {"python": ["pysftp", "cryptography==2.6.1"]}, + "external_dependencies": {"python": ["pysftp", "cryptography"]}, } diff --git a/auto_backup/readme/CONTRIBUTORS.rst b/auto_backup/readme/CONTRIBUTORS.rst index e7cdbc74afa..bac3ca7b129 100644 --- a/auto_backup/readme/CONTRIBUTORS.rst +++ b/auto_backup/readme/CONTRIBUTORS.rst @@ -6,3 +6,4 @@ * Aitor Bouzas * Simone Vanin * Vu Nguyen Anh +* Alex Comba