From 60217cd46539a64ea627c2750f1faa4cd1571ae9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 2 Apr 2020 11:57:55 +0000 Subject: [PATCH] report_xlsx 13.0.1.0.1 --- report_xlsx/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index d5b03397..707aa1c2 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -6,7 +6,7 @@ "author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)", "website": "https://github.com/oca/reporting-engine", "category": "Reporting", - "version": "13.0.1.0.0", + "version": "13.0.1.0.1", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, "depends": ["base", "web"],