From 14162e255047c21b5adc92dec238434d6393d57a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 28 Oct 2021 06:24:20 +0000 Subject: [PATCH] account_tax_balance 14.0.1.2.0 --- account_tax_balance/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_tax_balance/__manifest__.py b/account_tax_balance/__manifest__.py index db5ab0ec..b01c5e81 100644 --- a/account_tax_balance/__manifest__.py +++ b/account_tax_balance/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Tax Balance", "summary": "Compute tax balances based on date range", - "version": "14.0.1.1.1", + "version": "14.0.1.2.0", "development_status": "Production/Stable", "category": "Invoices & Payments", "website": "https://github.com/OCA/account-financial-reporting",