From 31c9d70430c09d0bbbed6e27d019b1a476e0c82d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 2 Jun 2021 14:10:23 +0000 Subject: [PATCH] report_xlsx 13.0.1.0.3 --- 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 1ef73d020..8a6e265d5 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.2", + "version": "13.0.1.0.3", "development_status": "Production/Stable", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]},