From 6575f3f19fc9e2ac0b15e902871ed0fd39dbfc12 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Wed, 24 Nov 2021 16:45:59 +0100 Subject: [PATCH] [14.0][MIG] account_move_print: black, isort, prettier --- account_move_print/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_print/__manifest__.py b/account_move_print/__manifest__.py index 839fd37a..4776eb5e 100644 --- a/account_move_print/__manifest__.py +++ b/account_move_print/__manifest__.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { "name": "Account Move Print", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Accounting", "license": "LGPL-3", "summary": "Adds the option to print Journal Entries",