Skip to content

Commit

Permalink
[MIG] auto_backup: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU committed Dec 1, 2023
1 parent 43989e7 commit 7dcc0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_backup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand All @@ -24,5 +24,5 @@
"view/db_backup_view.xml",
],
"installable": True,
"external_dependencies": {"python": ["pysftp", "cryptography==2.6.1"]},
"external_dependencies": {"python": ["pysftp", "cryptography"]},
}
1 change: 1 addition & 0 deletions auto_backup/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* Aitor Bouzas <aitor.bouzas@adaptivecity.com>
* Simone Vanin <simone.vanin@agilebg.com>
* Vu Nguyen Anh <vuna2004@gmail.com>
* Alex Comba <alex.comba@agilebg.com>

0 comments on commit 7dcc0b3

Please sign in to comment.